summaryrefslogtreecommitdiff
path: root/eg/twitter.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'eg/twitter.yaml')
-rw-r--r--eg/twitter.yaml19
1 files changed, 0 insertions, 19 deletions
diff --git a/eg/twitter.yaml b/eg/twitter.yaml
deleted file mode 100644
index 92054b7..0000000
--- a/eg/twitter.yaml
+++ /dev/null
@@ -1,19 +0,0 @@
-declare:
- api_base_url: http://api.twitter.com/1
- api_format: json
- api_format_mode: append
-methods:
- public_timeline:
- method: GET
- path: /statuses/public_timeline
- params:
- - skip_user
- home_timeline:
- method: GET
- path: /statuses/home_timeline
- params:
- - since_id
- - max_id
- - count
- - page
- - skip_user