TypeScript integration
import Nytimes_sdk from 'nytimes-sdk'; const client = new Nytimes_sdk({ apiKey: "YOUR_API_KEY" });
curl \
# append ?api-key=$API_KEY to the URL \
https://api.nytimes.com/svc/books/v3/lists.{format}curl \
# append ?api-key=$API_KEY to the URL \
https://api.nytimes.com/svc/books/v3/reviews.{format}curl \
# append ?api-key=$API_KEY to the URL \
https://api.nytimes.com/svc/books/v3/lists/names.{format}