Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sandbox Mode: request status, surge multiplier & driver's availability #32

Closed
agraebe opened this issue May 25, 2016 · 0 comments
Closed
Labels

Comments

@agraebe
Copy link
Collaborator

agraebe commented May 25, 2016

Thanks to this post on ST, a bug was identified:

The methods requests.setStatusByID, products.setDriversAvailabilityByID and products.setSurgeMultiplierByID send HTTP requests to the wrong URL, e.g.:
https://sandbox-api.uber.com/v1/requests/{request_id}

While the base URL is correct, the endpoint requires another hierarchy, like that:
https://sandbox-api.uber.com/v1/sandbox/requests/{request_id}

@agraebe agraebe added the bug label May 25, 2016
agraebe added a commit that referenced this issue May 25, 2016
Also updating the README and bumping up the version to 0.96
@agraebe agraebe closed this as completed May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant