Using NYT-slash-command with nytimes.com

JavaScript integration

Install
npm install NYT-slash-command
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/movies/v2/reviews/search.json
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/movies/v2/critics/{resource-type}.json
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/movies/v2/reviews/{resource-type}.json
SDK on GitHub 📄 API Docs
SDK
NYT-slash-command
JavaScript
API
nytimes.com
nytimes.com:movie_reviews
At a glance
Language JavaScript
Endpoints3
Base URLhttp://api.nytimes.com/svc/movies/v2