- https://twitter.com/the_sohail_azim
- Joined on
2021-10-26
Block a user
Panic on incorrect postgres connection settings
QA/ Integration related issues
- Document libdgbm requirements for local development on Linux distros.
QA/ Integration related issues
Currently the services folder contains one registration
folder with all .vise
files. They should be grouped by menu hierarchy to allow easy development from anyone willing to contribute. The…
QA/ Integration related issues
- Document requirements to build .vis files into .bin files in the README.md
Clarify community balance menu item
It is supposed to show the balance of the Community Fund (sink address). So if a user holds a voucher, they can look up the balance.
consider compressed view of transaction list
- [in/out] [symbol] [amount] [date]
- [in/out] [symbol] [amount] [date]
- [in/out] [symbol] [amount] [date]
and if you choose [1] you get a full info
Data endpoint API (importable structs)
- Token details endpoint:
GET /api/v1/token/:address
- Importable struct for response parsing : https://github.com/grassrootseconomics/ussd-data-service/blob/master/pkg/api/api.go#L36
Sample…
Data endpoint API (importable structs)
api-structs
Check the HTTP response code first. If it is >= 400 (Not found), you can then unmarshal to an api.ErrResp.
Data endpoint API (importable structs)
Data API endpoints
- Last 10 tx: /api/v1/transfers/last10/:address
- Token holdings with balances: /api/v1/holdings/:address