Using nytimes-java-sdk with nytimes.com

Java integration

Install
# Maven: see https://github.com/konfig-sdks/nytimes-java-sdk
Best Seller List
curl \
  # append ?api-key=$API_KEY to the URL \
  https://api.nytimes.com/svc/books/v3/lists.{format}
Reviews
curl \
  # append ?api-key=$API_KEY to the URL \
  https://api.nytimes.com/svc/books/v3/reviews.{format}
Best Seller List Names
curl \
  # append ?api-key=$API_KEY to the URL \
  https://api.nytimes.com/svc/books/v3/lists/names.{format}
SDK on GitHub 📄 API Docs
SDK
nytimes-java-sdk
Java
API
nytimes.com
nytimes.com:books_api
At a glance
Language Java
Endpoints6
Base URLhttps://api.nytimes.com/svc/books/v3