How to integrate Uber API? - api

Would it be possible to integrate the Uber APIs into a titanium app?
https://developer.uber.com/docs/tutorial-trip-experiences

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.

Related

is teleram core API based on http request?

I am trying to get to know that how the Telegram API is working. I read the BOT API and i realized its based on HTTP requests.
I am wondering if the core API of telegram is the same, or not?
A simple explanation of how it's working would be a big help to me.
Telegram API offers a means of communicating securely with Telegram's Servers.
You may use either TCP, UDP or HTTP Transports.
To help you get started check out these few posts:
How to implement authorization using a Telegram API?
How to interact with Telegram API
Hope this helps.

GCM Registration with http rest api

In order to implement the GCM on a app (developed by service.appinventor) I'm looking up a workaround to use HTTP REST API.
Unfortunately, by documentation https://developers.google.com/cloud-messaging/registration#automatic-retry-using-exponential-back-off
seems that I can only use Istance ID API.
Thanks
Has someone a suggestion?
I need a workaround to implement GCM registration (described here https://developers.google.com/instance-id/guides/android-implementation) using REST API.

Which proxy to use in sencha touch 2 when i have restful api

I am trying to make a sencha touch 2 mobile app. I have a restful api in server and i want to consume that in my mobile app. Which sencha proxy should i use (rest, ajax, jsonp)? Rest and ajax has issue with cross-site domain issue, so jsonp can be the solution. But how can i send jsonp request to rest api if i have parameters?
You can use REST proxy if your services truly follows REST standards because that way proxy can provide you out-of-the-box functionality to operate on models.
Regarding cross-domain issues, please note that the way app behaves in desktop browser is different from its behaviour when it runs in phone so you are not forced to use JSONP if you don't want, AJAX can also work for you. Its good if you can use JSONP but please keep in mind its limitations of having no support for HTTP headers and other useful methods like POST, PUT & DELETE.
Please go through this for more information : How to use json proxy to access remote services during development

ASP.net web api

I've been reading up about MVC 4 and was interested in the web API feature.
In what scenarios would it be advantageous to use web api over a WCF Http service?
Web API provides far more access to all aspects of the HTTP interaction. It was designed from the ground up around the HTTP spec. WCF is fine if you are just using HTTP to get through the firewall. If you really want to use HTTP as an application protocol, you will find Web API much easier.

Other than MtGox, what APIs are out there, which implement WebSockets as their transport mechanism?

I am looking to start working with some WebSockets and would like to create a few examples using some existing WebSocket APIs out there.
Do you know of any other ones that are nice other than MtGox's streaming API for Bitcoin?
Have you checked out the websockets api prototype at html5 labs?
DataSift have a WebSocket API:
http://support.datasift.com/help/kb/rest-api/websocket-streaming