[blipit] r165 committed - Edited wiki page RestfulBlipIt through web user interface.

0 views
Skip to first unread message

bli...@googlecode.com

unread,
Jan 16, 2011, 6:39:59 AM1/16/11
to bli...@googlegroups.com
Revision: 165
Author: kalyan.akella
Date: Sun Jan 16 03:39:34 2011
Log: Edited wiki page RestfulBlipIt through web user interface.
http://code.google.com/p/blipit/source/detail?r=165

Modified:
/wiki/RestfulBlipIt.wiki

=======================================
--- /wiki/RestfulBlipIt.wiki Sun Jan 16 00:09:28 2011
+++ /wiki/RestfulBlipIt.wiki Sun Jan 16 03:39:34 2011
@@ -17,7 +17,7 @@
* *URL*: http://blipitsvc.appspot.com/blipit/{category}/channel
* *HTTP Method*: GET
* *Purpose*: Lists all the _channels_ available for the specified
_*category*_.
- * Sample Output for http://blipitsvc.appspot.com/blipit/panic/channel:
+ * Sample Output for [http://blipitsvc.appspot.com/blipit/panic/channel]:
{{{
[
{
@@ -46,7 +46,7 @@
* *URL*: http://blipitsvc.appspot.com/blipit/{category}/channel
* *HTTP Method*: POST
* *Purpose*: Creates a new channel in the specified _*category*_.
- * Sample Input for http://blipitsvc.appspot.com/blipit/ad/channel:
+ * Sample Input for [http://blipitsvc.appspot.com/blipit/ad/channel]:
{{{
{
name: "retail",
@@ -59,7 +59,7 @@
* *URL*:
http://blipitsvc.appspot.com/blipit/{category}/channel/{channel_id}
* *HTTP Method*: GET
* *Purpose*: Retrieves the channel with the ID specified by
_*channel_id*_ belonging to the specified _*category*_.
- * Sample Output for http://blipitsvc.appspot.com/blipit/panic/channel/2:
+ * Sample Output for
[http://blipitsvc.appspot.com/blipit/panic/channel/2]:
{{{
{
key: {
@@ -80,7 +80,7 @@
* *URL*: http://blipitsvc.appspot.com/blipit/{category}/blip
* *HTTP Method*: GET
* *Purpose*: Lists all the _blips_ available for the specified
_*category*_.
- * Sample Output for http://blipitsvc.appspot.com/blipit/panic/blip:
+ * Sample Output for [http://blipitsvc.appspot.com/blipit/panic/blip]:
{{{
[
{
@@ -137,7 +137,7 @@
* *URL*: http://blipitsvc.appspot.com/blipit/{category}/blip
* *HTTP Method*: POST
* *Purpose*: Creates a new blip in the specified _*category*_.
- * Sample Input for http://blipitsvc.appspot.com/blipit/panic/blip:
+ * Sample Input for [http://blipitsvc.appspot.com/blipit/panic/blip]:
{{{
{
title: "Panic Message",
@@ -164,7 +164,7 @@
* *URL*: http://blipitsvc.appspot.com/blipit/{category}/blip/{blip_id}
* *HTTP Method*: GET
* *Purpose*: Retrieves the blip with the ID specified by _*blip_id*_
belonging to the specified _*category*_.
- * Sample Output for http://blipitsvc.appspot.com/blipit/panic/blip/58001:
+ * Sample Output for
[http://blipitsvc.appspot.com/blipit/panic/blip/58001]:
{{{
{
key: {
@@ -201,7 +201,7 @@
* *URL*: http://blipitsvc.appspot.com/blipit/{category}/filter
* *HTTP Method*: GET
* *Purpose*: Lists all the _filters_ available for the specified
_*category*_.
- * Sample Output for http://blipitsvc.appspot.com/blipit/ad/filter:
+ * Sample Output for [http://blipitsvc.appspot.com/blipit/ad/filter]:
{{{
[
{
@@ -256,7 +256,7 @@
* *URL*: http://blipitsvc.appspot.com/blipit/{category}/filter
* *HTTP Method*: POST
* *Purpose*: Creates a new filter in the specified _*category*_.
- * Sample Input for http://blipitsvc.appspot.com/blipit/ad/filter:
+ * Sample Input for [http://blipitsvc.appspot.com/blipit/ad/filter]:
{{{
{
radius: 10000,
@@ -280,7 +280,7 @@
* *URL*:
http://blipitsvc.appspot.com/blipit/{category}/filter/{filter_id}
* *HTTP Method*: GET
* *Purpose*: Retrieves all the blips matching the criteria given by the
filter with the ID specified by _*filter_id*_.
- * Sample Output for http://blipitsvc.appspot.com/blipit/ad/filter/61001:
+ * Sample Output for
[http://blipitsvc.appspot.com/blipit/ad/filter/61001]:
{{{
[
{

Reply all
Reply to author
Forward
0 new messages