summaryrefslogtreecommitdiff
path: root/services/backtweet.json
diff options
context:
space:
mode:
Diffstat (limited to 'services/backtweet.json')
-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"
+ }
+}