Nytimes Timeswire
Connector for the nytimes-timeswire 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/news/v3 - Auth:
query:api-key(pass your key via theapiKeyinput)
Operations
get_content_json— GET /content.jsonget_content_source_section_json— GET /content/{source}/{section}.jsonget_content_source_section_time_period_json— GET /content/{source}/{section}/{time-period}.json
Inputs
apiKey— your nytimes-timeswire 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_content_json
apiKey: <your key>