-
Notifications
You must be signed in to change notification settings - Fork 502
APIs
ideawu edited this page Feb 19, 2014
·
4 revisions
http://127.0.0.1:8100/sub?cname=$channel_name&seq=$last_seq&cb=$jsonp_callback&token=$token
or
http://127.0.0.1:8100/poll?cname=$channel_name&seq=$last_seq&cb=$jsonp_callback&token=$token
http://127.0.0.1:8100/stream?cname=$channel_name&seq=$last_seq&token=$token
http://127.0.0.1:8000/pub?cname=$channel_name&content=$content
$content must be json encoded string, without the leading and trailing quote pair.