From 7300dddd5249dbabc71d44259dc823f86379d23a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Tue, 11 Jan 2011 10:59:25 +0200 Subject: [PATCH] include detailed description in index.html --- feedservice/index.html | 58 ++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 49 insertions(+), 9 deletions(-) diff --git a/feedservice/index.html b/feedservice/index.html index d7a15d8..07e2dc9 100644 --- a/feedservice/index.html +++ b/feedservice/index.html @@ -12,7 +12,17 @@ returning the simplified contents as JSON.

Usage

-

Parameters to /parse (either GET or POST) + +

Examples

+
+   curl http://mygpo-feedservice.appspot.com/parse?url=http://feeds.feedburner.com/linuxoutlaws&inline_logo=1&scale_logo=30
+   curl http://mygpo-feedservice.appspot.com/parse?url=http://leo.am/podcasts/floss&url=http://feeds.twit.tv/floss_video_large
+   curl http://mygpo-feedservice.appspot.com/parse?url=http://www.dancarlin.com/cswdc.xml
+   curl -d url=http://feeds.feedburner.com/linuxoutlaws http://mygpo-feedservice.appspot.com/parse
+  
+ +

Requests

+

Parameters to /parse (either GET or POST as application/x-www-form-urlencoded)

-

Examples: -

-    curl http://mygpo-feedservice.appspot.com/parse?url=http://feeds.feedburner.com/linuxoutlaws&inline_logo=1&scale_logo=30
-    curl http://mygpo-feedservice.appspot.com/parse?url=http://leo.am/podcasts/floss&url=http://feeds.twit.tv/floss_video_large
-    curl http://mygpo-feedservice.appspot.com/parse?url=http://www.dancarlin.com/cswdc.xml
-    curl -d url=http://feeds.feedburner.com/linuxoutlaws http://mygpo-feedservice.appspot.com/parse
-   
-

+

Responses

+ + +

Using this Instance

If you intend to use this instance of the webservice in your application, please contact