An Ally Invest API wrapper written in Golang
Go to file
2019-11-15 11:32:00 -05:00
.idea Continuing work on parsing responses from Ally 2019-11-14 16:46:16 -05:00
.gitignore Continuing work on parsing responses from Ally 2019-11-14 16:46:16 -05:00
client.go Implemented Accounts endpoint on client 2019-11-15 11:32:00 -05:00
Gopkg.lock Adding types to the project 2019-11-08 22:26:17 -05:00
Gopkg.toml Adding types to the project 2019-11-08 22:26:17 -05:00
main.go Implemented Accounts endpoint on client 2019-11-15 11:32:00 -05:00
README.md Implemented Accounts endpoint on client 2019-11-15 11:32:00 -05:00
types.go Finished up types around the Holdings structure 2019-11-15 11:02:06 -05:00

Ally Invest API in Go

This project is intended to be an API wrapper for the Ally Invest API written in Golang

Endpoints

The different endpoints that are currently covered by this API

/accounts

Get all account information for a user.

Running This Project

For now, just build this directory and run the executable.

Requirements

You must within the .env file define your Ally Invest credentials