Using golang-gcloud-sdk with nytimes.com

Dockerfile integration

✓ Official SDK
Install
# See https://github.com/nytimes/golang-gcloud-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
golang-gcloud-sdk
Dockerfile
API
nytimes.com
nytimes.com:community
At a glance
Language Dockerfile
Endpoints4
Base URLhttp://api.nytimes.com/svc/community/v3
✓ Official