Reputation: 13
https://developer.uber.com/docs/authentication
I have to access resources on behalf of an Uber users? How can I do same in ExpressJS?
Upvotes: 0
Views: 67
Reputation: 797
You could use an API wrapper for Node, e.g. node-uber. In case you need a working sample, check out my GitHub project.
Upvotes: 1
Reputation: 701
You can use a package like superagent to make those request for you.
Upvotes: 0