Using golang-gcloud-sdk with nytimes.com

Dockerfile integration

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