summary refs log tree commit diff
path: root/eg/twitter.json
diff options
context:
space:
mode:
Diffstat (limited to 'eg/twitter.json')
-rw-r--r--eg/twitter.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/eg/twitter.json b/eg/twitter.json
deleted file mode 100644
index f07470e..0000000
--- a/eg/twitter.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-   "declare" : {
-      "api_base_url" : "http://api.twitter.com/1",
-      "api_format_mode" : "append",
-      "api_format" : "json"
-   },
-   "methods" : {
-      "public_timeline" : {
-         "params" : [
-            "skip_user"
-         ],
-         "path" : "/statuses/public_timeline",
-         "method" : "GET"
-      },
-      "home_timeline" : {
-         "params" : [
-            "since_id",
-            "max_id",
-            "count",
-            "page",
-            "skip_user"
-         ],
-         "path" : "/statuses/home_timeline",
-         "method" : "GET"
-      }
-   }
-}