node-uber
node-uber copied to clipboard
Uber API nodejs wrapper
Hi, How are you? Is it possible to enable setCredentials method - that will allow using this module in offline using previously secured access_token. Thanks, Jo
Hi, Is there possibility to enhance getAuthorizeUrl to include "State" parameter? ` var authURL = oauth2.getAuthorizeUrl({ redirect_uri: 'http://localhost:8080/code', scope: ['repo', 'user'], state: 'some random string to protect against cross-site request...
When installing using yarn add, the following error is shown: _error [email protected]: The engine "node" is incompatible with this module. Expected version "6.10"._ Node version: 7.8.0 yarn version: 0.24.5
Gives me an error like-- The engine "node" is incompatible with this module. Expected version "6.10". Got "14.16.0". Anyone who is facing this kind of issue, please post your reply.
Hi, Which api is used by the driver to update its location to the customer?
It seems this lib is using geocoder version 0.2.2. Unfortunately when google started requiring users to use an API key for their geocoder API, all functions in the lib that...
This may not be an issue or may be required to improve reusability of code, shouldn't there be a way to update the access_token? I've many users using the same...
Hello, I have an iOS App where I use SSO to authenticate the user and then save the accessToken & refreshToken locally to keychain on my device. Then I'm calling...
While the app is already set up in the Uber dashboard and testing under our Uber account, why do we still receive an invalid scope when authenticating and choosing the...