Using RAD-iOS with npr.org

Swift integration

✓ Official SDK
Install
# See https://github.com/npr/RAD-iOS
List stations close to you or filter by search criteria
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /v3/stations
Retrieve metadata for the station with the given numeric ID
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /v3/stations/{stationId}
SDK on GitHub 📄 API Docs
SDK
RAD-iOS
Swift
API
npr.org
npr.org:station-finder
At a glance
Language Swift
Endpoints2
✓ Official