Nytimes Geo
Connector for the nytimes-geo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://api.nytimes.com/svc/semantic/v2/geocodes - Auth:
query:api-key(pass your key via theapiKeyinput)
Operations
get_query_json— GET /query.json — Geographic API
Inputs
apiKey— your nytimes-geo 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: get_query_json
apiKey: <your key>