From f2b805646b4da466e72d105f9e1779f5db965f24 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 14 Sep 2010 10:22:18 +0200 Subject: add backtype and backtweet --- services/backtweet.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 services/backtweet.json (limited to 'services/backtweet.json') 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 " + ], + "meta" : { + "documentation" : "http://www.backtype.com/developers" + } +} -- cgit v1.2.3