2019-11-15 16:32:00 +00: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
|