You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
siddick edited this page Sep 18, 2010
·
2 revisions
It has a build in support for the Rails 3 Application. You can simple, configure the gem in the Gemfile and execute the rake routes to find the services in it.
APIs
Receive data :-
GET /live_data/:channel_id/:user_id(.:format)
Parameters :
read_time( default is 15 )
Send data :-
PUT /live_data/:channel_id/:user_id (or) GET /live_data/:channel_id/:user_id/put
Parameters :
any parameters that need to send.