An Ally Invest API wrapper written in Golang
Go to file
Jacob Windle 6b4b0e6de8 Change the client to take a variadic list of strings 2020-01-20 14:19: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
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
README.md Implemented Accounts endpoint on client 2019-11-15 11:32:00 -05:00
client.go Change the client to take a variadic list of strings 2020-01-20 14:19:00 -05:00
main.go Change the client to take a variadic list of strings 2020-01-20 14:19:00 -05:00
types.go Began quote datastructure. 2020-01-20 14:16:20 -05:00

README.md

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