Using Lyft with lyft.com

Swift integration

Install

# See https://github.com/rodericj/Lyft
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
Swift
API
lyft.com
lyft.com

At a glance

Language Swift
Endpoints16