Using Lyft-iOS-sdk with lyft.com

Swift integration

✓ Official SDK
Install
# See https://github.com/lyft/Lyft-iOS-sdk
Pickup ETAs
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /eta
Cost estimates
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /cost
List rides
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /rides
SDK on GitHub 📄 API Docs
SDK
Lyft-iOS-sdk
Swift
API
lyft.com
lyft.com
At a glance
Language Swift
Endpoints16
✓ Official