You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
Uber recently announced v1.2 endpoints for the Rides API. The following changes would be required to upgrade:
API base URL would need to reflect the version bump: https://api.uber.com/v1.2/. Sample endpoint.
A new ride request flow for upfront prices should be implemented, as described here
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.
The text was updated successfully, but these errors were encountered:
Uber recently announced v1.2 endpoints for the Rides API. The following changes would be required to upgrade:
https://api.uber.com/v1.2/
. Sample endpoint.X-Rate-Limit-Limit
,X-Rate-Limit-Remaining
,X-Rate-Limit-Reset
.The text was updated successfully, but these errors were encountered: