Dane
Dane

Reputation: 9

How to integrate Uber API?

Would it be possible to integrate the Uber APIs into a titanium app?

https://developer.uber.com/docs/tutorial-trip-experiences

Upvotes: 0

Views: 473

Answers (1)

Alex Bitek
Alex Bitek

Reputation: 6559

Yes! You should be good to go! As long as you have a working HTTP protocol client that is able to make HTTP requests to the Uber API RESTful HTTP server and receive HTTP responses.

Upvotes: 0

Related Questions