Mtaa Api
Connector for the mtaa-api API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://mtaa-api.herokuapp.com/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
tanzania_regions— GET /{country} — Returns all regions present in Tanzaniadistricts_in_a_region— GET /{country}/{region} — Returns all districts in regionwards_in_a_district— GET /{country}/{region}/{district} — Returns all wards in a districtstreets_in_a_ward— GET /{country}/{region}/{district}/{ward} — Returns all streets in a wardneighborhood_in_a_street— GET /{country}/{region}/{district}/{ward}/{street} — Returns all neighborhood in a street
Inputs
apiKey— your mtaa-api API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: tanzania_regions
apiKey: <your key>