1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 04:10:05 -04:00
moneygo/internal
Aaron Lindsay c48c50d2c5 API: Move prices under securities
For example, instead of GETting /prices/5 to query a price with ID 5,
you now must GET /securities/2/prices/5 (assuming price 5's SecurityId
is 2)
2017-11-16 19:32:30 -05:00
..
config First pass at reorganizing go code into sub-packages 2017-10-04 19:35:59 -04:00
db testing: Improve testing CRUD for reports 2017-11-03 20:50:19 -04:00
handlers API: Move prices under securities 2017-11-16 19:32:30 -05:00