uber-sdk icon indicating copy to clipboard operation
uber-sdk copied to clipboard

Update to API v1.2 endpoints

Open agraebe opened this issue 8 years ago • 1 comments

Uber recently announced v1.2 endpoints for the Rides API. The following changes would be required to upgrade:

  1. API base URL would need to reflect the version bump: https://api.uber.com/v1.2/. Sample endpoint.
  2. A new ride request flow for upfront prices should be implemented, as described here
  3. All usage of rate limiting headers should be removed. The headers are deprecated with v1.2. A new endpoint to meet the needs will be created. Here are the impacted headers: X-Rate-Limit-Limit, X-Rate-Limit-Remaining, X-Rate-Limit-Reset.

agraebe avatar Nov 08 '16 06:11 agraebe

Thank you @agraebe

chrisenytc avatar Nov 10 '16 22:11 chrisenytc