Using RAD-iOS with npr.org

Swift integration

✓ Official SDK
Install
# See https://github.com/npr/RAD-iOS
Create a new OAuth2 access token
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /v2/token
Initiate an OAuth2 login flow for limited input devices
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /v2/device
SDK on GitHub 📄 API Docs
SDK
RAD-iOS
Swift
API
npr.org
npr.org:authorization
At a glance
Language Swift
Endpoints3
✓ Official