Skip to content
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.

Clone this wiki locally