Using BBC-sample-sdk with bbc.com

Makefile integration

Install
# See https://github.com/speakeasy-sdks/BBC-sample-sdk
Get API definition
curl \
  # append ?api_key=$API_KEY to the URL \
  https://programmes.api.bbc.com/
Look inside pips entities
curl \
  # append ?api_key=$API_KEY to the URL \
  https://programmes.api.bbc.com/pips
Look inside programmes to find segments: chapters, tracks and more
curl \
  # append ?api_key=$API_KEY to the URL \
  https://programmes.api.bbc.com/items
SDK on GitHub 📄 API Docs
SDK
BBC-sample-sdk
Makefile
API
bbc.com
bbc.com
At a glance
Language Makefile
Endpoints25
Base URLhttps://programmes.api.bbc.com