summaryrefslogtreecommitdiff
path: root/services/twitter_search.json
diff options
context:
space:
mode:
Diffstat (limited to 'services/twitter_search.json')
-rw-r--r--services/twitter_search.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/services/twitter_search.json b/services/twitter_search.json
new file mode 100644
index 0000000..d09a8b4
--- /dev/null
+++ b/services/twitter_search.json
@@ -0,0 +1,21 @@
+{
+ "name" : "twitter search",
+ "base_url" : "http://search.twitter.com/",
+ "methods" : {
+ "search" : {
+ "path" : "/search.:format",
+ "method" : "GET",
+ "required_params" : [
+ "format",
+ "q"
+ ],
+ "optional_params" : [
+ "geocode",
+ "lang",
+ "locale",
+ "page",
+ "result_type"
+ ]
+ }
+ }
+}