Using nytimes-java-sdk with nytimes.com

Java integration

Install
# Maven: see https://github.com/konfig-sdks/nytimes-java-sdk
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/news/v3/content.json
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/news/v3/content/{source}/{section}.json
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/news/v3/content/{source}/{section}/{time-period}.json
SDK on GitHub 📄 API Docs
SDK
nytimes-java-sdk
Java
API
nytimes.com
nytimes.com:timeswire
At a glance
Language Java
Endpoints3
Base URLhttp://api.nytimes.com/svc/news/v3