New action for test/help API method

This commit is contained in:
Zach Copley
2009-10-08 15:59:00 -07:00
parent 62059fec83
commit ada84698f2
2 changed files with 99 additions and 3 deletions

View File

@@ -480,9 +480,9 @@ class Router
// help
$m->connect('api/help/:method',
array('action' => 'api',
'apiaction' => 'help'));
$m->connect('api/help/test.:format',
array('action' => 'ApiHelpTest',
'format' => '(xml|json)'));
// statusnet