Bbc
Connector for the bbc API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://rms.api.bbc.co.uk - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_broadcasts— GET /broadcasts — Broadcastsget_broadcasts_latest— GET /broadcasts/latest — Latest Broadcastsgetbroadcastbypid— GET /broadcasts/{pid} — Broadcasts by PIDget_categories— GET /categories — List of categoriesget_categories_id— GET /categories/{id} — Category by IDgetcollectionmembers— GET /collections/{pid}/members — Collection Members
Inputs
apiKey— your bbc API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_broadcasts
apiKey: <your key>