Using nytimes-java-sdk with nytimes.com

Java integration

Install
# Maven: see https://github.com/konfig-sdks/nytimes-java-sdk
Comments by URL
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/community/v3/user-content/url.json
Comments by User
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/community/v3/user-content/user.json
Recent User Comments
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/community/v3/user-content/recent.json
SDK on GitHub 📄 API Docs
SDK
nytimes-java-sdk
Java
API
nytimes.com
nytimes.com:community
At a glance
Language Java
Endpoints4
Base URLhttp://api.nytimes.com/svc/community/v3