blob: 4396072ef8e632bf3e38faa440c6721ad362c8e0 (
plain) (
tree)
|
|
{
"api_base_url" : "http://api.twitter.com/1",
"version" : "0.1",
"methods" : {
"public_timeline" : {
"params" : [
"skip_user"
],
"path" : "/statuses/public_timeline",
"method" : "GET"
},
"home_timeline" : {
"params" : [
"since_id",
"max_id",
"count",
"page",
"skip_user"
],
"path" : "/statuses/home_timeline",
"method" : "GET"
}
},
"api_format" : [
"json"
],
"name" : "Twitter",
"author" : [
"franck cuny <franck@lumberjaph.net>"
],
"meta" : {
"documentation" : "http://dev.twitter.com/"
}
}
|