Nytimes Community
Connector for the nytimes-community 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/community/v3 - Auth:
query:api-key(pass your key via theapiKeyinput)
Operations
get_user_content_by_date_json— GET /user-content/by-date.json — Comments by Dateget_user_content_recent_json— GET /user-content/recent.json — Recent User Commentsget_user_content_url_json— GET /user-content/url.json — Comments by URLget_user_content_user_json— GET /user-content/user.json — Comments by User
Inputs
apiKey— your nytimes-community 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_user_content_by_date_json
apiKey: <your key>