blob: d09a8b4456f37bba2f44f11439977d47966efa70 (
plain) (
tree)
|
|
{
"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"
]
}
}
}
|