Citycontext
Connector for the citycontext API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.citycontext.com/v1 - Auth:
query:user_key(pass your key via theapiKeyinput)
Operations
bypoint— GET /@{lat},{lon} — Query by coordinates (SRID 4326 - decimal degrees)bypostcode— GET /postcodes/{postcode} — Query by postcodeusage— GET /usage — Get usage in current month
Inputs
apiKey— your citycontext 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: bypoint
apiKey: <your key>