issues
search
ohcnetwork
/
journal
MIT License
8
stars
12
forks
source link
Local bodies data and corresponding API endpoints added
#77
Closed
unnitallman
closed
4 years ago
unnitallman
commented
4 years ago
Related to #71
Local bodies data downloaded from
https://github.com/coronasafe/datastore/blob/master/JSON/Kerala_Local_Body.csv
and loaded to database.
API for fetching formatted list of local bodies for displaying in drop downs to the user.
https://github.com/unnitallman/journal/blob/71-local-bodies/doc/api.md#local-bodies
. Please read the notes section for instructions on how to use this API response.
Correspondingly modified Merchant create API:
https://github.com/unnitallman/journal/blob/71-local-bodies/doc/api.md#create-a-merchant
Related to #71