conversation API

This commit is contained in:
Evan Prodromou
2011-07-15 12:49:52 -04:00
parent 22f75cc352
commit c579bcae7b
2 changed files with 247 additions and 0 deletions

View File

@@ -774,6 +774,11 @@ class Router
array('action' => 'ApiGroupProfileUpdate',
'id' => '[a-zA-Z0-9]+',
'format' => '(xml|json)'));
$m->connect('api/statusnet/conversation/:id.:format',
array('action' => 'apiconversation',
'id' => '[0-9]+',
'format' => '(xml|json|rss|atom|as)'));
// Lists (people tags)