Using Lyft-iOS-sdk4 with lyft.com

Swift integration

Install
# See https://github.com/MrE-Fog/Lyft-iOS-sdk4
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-sdk4
Swift
API
lyft.com
lyft.com
At a glance
Language Swift
Endpoints16