Top "Uber-api" questions

For questions about developing software that utilizes the Uber API.

Post form data with axios in Node.js

I'm testing out the Uber API on Postman, and I'm able to send a request with form data successfully. When …

javascript node.js post uber-api axios
How does Uber app defines the limit to maximum signups for a device?

I got an old phone to operate on. This phone already had an Uber app which the previous user was …

android in-app-purchase uber-api
Where Can I find the detailed API for Uber Eats?

I could find the API for Uber Rush in https://developer.uber.com, but not for Uber EATS, where would …

api uber-api
How do I use JSON in the body of an http PUT in node.js?

See my code below. I am trying to send { "status" : "accepted" } in the body of my request. The error I …

javascript node.js http-request uber-api
SFSafariViewController Remove OAuth2 Cookie

I have an iOS application that authenticates with Uber API using OAuth2 in a UIWebView. When upgrading to iOS 9, I …

ios oauth ios9 uber-api