summaryrefslogtreecommitdiff
path: root/services/twitter_search.json
blob: 7f8e559adb73326e5d676a3edc4cdb499284ef08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "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"
             ]
        }
    }
}