diff options
| -rw-r--r-- | services/backtweet.json | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/services/backtweet.json b/services/backtweet.json index 4605f0b..55da129 100644 --- a/services/backtweet.json +++ b/services/backtweet.json @@ -10,18 +10,20 @@ ], "required_params" : [ "q", - "key" + "key", + "format" ], "expected_status" : [ "200" ], - "path" : "/tweets/search/links", + "path" : "/tweets/search/links.:format", "method" : "GET" }, "stats_by_url" : { "required_params" : [ "q", - "key" + "key", + "format" ], "optional_params" : [ "batch" @@ -29,18 +31,19 @@ "expected_status" : [ "200" ], - "path" : "/tweetcount", + "path" : "/tweetcount.:format", "method" : "GET" }, "good_tweets_by_url" : { "required_params" : [ "q", - "key" + "key", + "format" ], "expected_status" : [ "200" ], - "path" : "/goodtweets", + "path" : "/goodtweets.:format", "method" : "GET" } }, |
