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

Golang bindings for Uber API

Results 5 go-uber issues
Sort by recently updated
recently updated
newest added

Uber recently [announced](https://developer.uber.com/docs/riders/change-log) 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...

Not sure what your plan is but this library won't work in google app engine since url fetches are done using the urlfetch instead of &http.Client{}

Hey, i'm using your library and I found that the uri that your library generated is invalid. Might want to look into this.

duration and distance response variables from price estimate endpoint: https://developer.uber.com/v1/endpoints/#price-estimates promotion endpoint: https://developer.uber.com/v1/endpoints/#promotions

enhancement

We should start thinking about getting a token and testing the integration with the Uber API

test