Using react-native-bbc-wallet with bbc.com

Objective-C integration

Install
# See https://github.com/lomocoin/react-native-bbc-wallet
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
react-native-bbc-wallet
Objective-C
API
bbc.com
bbc.com
At a glance
Language Objective-C
Endpoints25
Base URLhttps://programmes.api.bbc.com