add statuses/retweets to API

This commit is contained in:
Evan Prodromou
2009-12-12 14:46:24 -05:00
parent 683edfd199
commit c622d14440
3 changed files with 188 additions and 0 deletions

View File

@@ -364,6 +364,11 @@ class Router
'id' => '[0-9]+',
'format' => '(xml|json)'));
$m->connect('api/statuses/retweets/:id.:format',
array('action' => 'ApiStatusesRetweets',
'id' => '[0-9]+',
'format' => '(xml|json)'));
// users
$m->connect('api/users/show.:format',