Nytimes Most Popular
Connector for the nytimes-most-popular 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/mostpopular/v2 - Auth:
query:api-key(pass your key via theapiKeyinput)
Operations
get_mostemailed_section_time_period_json— GET /mostemailed/{section}/{time-period}.json — Most Emailed by Section & Time Periodget_mostshared_section_time_period_json— GET /mostshared/{section}/{time-period}.json — Most Shared by Section & Time Periodget_mostviewed_section_time_period_json— GET /mostviewed/{section}/{time-period}.json — Most Viewed by Section & Time Period
Inputs
apiKey— your nytimes-most-popular 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_mostemailed_section_time_period_json
apiKey: <your key>