Implement Twitter contact endpoints
- Implement /followers/ids - Implement /followers/list - Reimplement /friends/ids - Reimplement /friends/list - Update API reference - Remove obsolete tests
This commit is contained in:
@@ -57,6 +57,10 @@ return [
|
||||
'/profile/show' => [Module\Api\Friendica\Profile\Show::class , [R::GET ]],
|
||||
'/events' => [Module\Api\Friendica\Events\Index::class , [R::GET ]],
|
||||
],
|
||||
'/followers/ids' => [Module\Api\Twitter\FollowersIds::class , [R::GET ]],
|
||||
'/followers/list' => [Module\Api\Twitter\FollowersList::class , [R::GET ]],
|
||||
'/friends/ids' => [Module\Api\Twitter\FriendsIds::class , [R::GET ]],
|
||||
'/friends/list' => [Module\Api\Twitter\FriendsList::class , [R::GET ]],
|
||||
],
|
||||
|
||||
'/admin' => [
|
||||
|
||||
Reference in New Issue
Block a user