diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-07-30 22:15:24 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-07-30 22:15:24 -0400 |
commit | ec103b90e39c20bfdc2f5663e35eae8b1df212e9 (patch) | |
tree | 426d281c82b7dabaca62bca56da4fd6d5e089976 /actions/api.php | |
parent | 80ad02610a428bef62b18e284e15ca847a435cde (diff) |
Implemented the "show" method of the laconica groups api
Diffstat (limited to 'actions/api.php')
-rw-r--r-- | actions/api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/api.php b/actions/api.php index 8b92889f8..99ab262ad 100644 --- a/actions/api.php +++ b/actions/api.php @@ -130,6 +130,7 @@ class ApiAction extends Action 'laconica/wadl', 'tags/timeline', 'oembed/oembed', + 'groups/show', 'groups/timeline'); static $bareauth = array('statuses/user_timeline', |