Using golang-gcloud-sdk with nytimes.com

Dockerfile integration

✓ Official SDK
Install
# See https://github.com/nytimes/golang-gcloud-sdk
Article Search
curl \
  # append ?api-key=$API_KEY to the URL \
  http://api.nytimes.com/svc/search/v2/articlesearch.json
SDK on GitHub 📄 API Docs
SDK
golang-gcloud-sdk
Dockerfile
API
nytimes.com
nytimes.com:article_search
At a glance
Language Dockerfile
Endpoints1
Base URLhttp://api.nytimes.com/svc/search/v2
✓ Official