kylerberry / JACT

Just Another Crypto Trader. (gdax crypto trading bot)
3 stars 0 forks source link

First Attempt at API #20

Closed ZurabWeb closed 6 years ago

ZurabWeb commented 6 years ago

This PR adds the first endpoint for GET: /config. This will output all the configuration of the app except the sensitive credentials in JSON format.

kylerberry commented 6 years ago

looks good except it needs to share the same server as the bot. I think you're right that we should start the server then use an endpoint to manually start the bot. Tonight I'll look into passing around the bot and portfolio instances

kylerberry commented 6 years ago

closing because this change was incorporated in another merged PR