rides-python-sdk icon indicating copy to clipboard operation
rides-python-sdk copied to clipboard

Uber Rides Python SDK (beta)

Results 7 rides-python-sdk issues
Sort by recently updated
recently updated
newest added

I have created an app in the uber developer dashboard so that I could access uber's API however accessing the API requires a Server Token. When going back into the...

Bumps [requests](https://github.com/requests/requests) from 2.18.4 to 2.20.0. Changelog *Sourced from [requests's changelog](https://github.com/psf/requests/blob/master/HISTORY.md).* > 2.20.0 (2018-10-18) > ------------------- > > **Bugfixes** > > - Content-Type header parsing is now case-insensitive (e.g. >...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [py](https://github.com/pytest-dev/py) from 1.4.34 to 1.10.0. Changelog Sourced from py's changelog. 1.10.0 (2020-12-12) Fix a regular expression DoS vulnerability in the py.path.svnwc SVN blame functionality (CVE-2020-29651) Update vendored apipkg: 1.4...

dependencies

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.22 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [certifi](https://github.com/certifi/python-certifi) from 2017.7.27.1 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...

dependencies

The call to AuthorizationCodeGrant does not seem to work: The Authorization url that I generate following instructions on https://developer.uber.com/docs/drivers/tutorials/api/pythonelf.auth_flow = AuthorizationCodeGrant(self.client_id,self.scope,self.secret,self.redirect) self.auth_url = self.auth_flow.get_authorization_url() returns a string as follows https://login.uber.com/oauth/v2/authorize?scope=h+i+s+t+o+r+y&state=XpHSFELXll499LqbJUCFhScbIxm3XhZm&redirect_uri=http%3A%2F%2Flocalhost&response_type=code&client_id=...