summaryrefslogtreecommitdiff
path: root/services/backtweet.json
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-09-14 10:22:18 +0200
committerfranck cuny <franck@lumberjaph.net>2010-09-14 10:22:18 +0200
commitf2b805646b4da466e72d105f9e1779f5db965f24 (patch)
tree35c8c6738572cb795a19971e2413211c861443d1 /services/backtweet.json
parentupdate github (diff)
downloadapi-description-f2b805646b4da466e72d105f9e1779f5db965f24.tar.gz
add backtype and backtweet
Diffstat (limited to '')
-rw-r--r--services/backtweet.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/services/backtweet.json b/services/backtweet.json
new file mode 100644
index 0000000..4948268
--- /dev/null
+++ b/services/backtweet.json
@@ -0,0 +1,54 @@
+{
+ "api_base_url" : "http://api.backtype.com",
+ "version" : "0.1",
+ "methods" : {
+ "tweets_by_url" : {
+ "params" : [
+ "itemsperpage",
+ "start",
+ "end"
+ ],
+ "required" : [
+ "q",
+ "key"
+ ],
+ "expected" : [
+ "200"
+ ],
+ "path" : "/tweets/search/links",
+ "method" : "GET"
+ },
+ "stats_by_url" : {
+ "params" : [
+ "batch"
+ ],
+ "required" : [
+ "q",
+ "key"
+ ],
+ "expected" : [
+ "200"
+ ],
+ "path" : "/tweetcount",
+ "method" : "GET"
+ },
+ "good_tweets_by_url" : {
+ "required" : [
+ "q",
+ "key"
+ ],
+ "expected" : [
+ "200"
+ ],
+ "path" : "/goodtweets",
+ "method" : "GET"
+ }
+ },
+ "name" : "Backtweet",
+ "author" : [
+ "franck cuny <franck@lumberjaph.net>"
+ ],
+ "meta" : {
+ "documentation" : "http://www.backtype.com/developers"
+ }
+}