]> git.mxchange.org Git - friendica.git/commit
Implement Twitter contact endpoints
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 10 May 2020 05:09:20 +0000 (01:09 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Tue, 9 Jun 2020 12:36:46 +0000 (08:36 -0400)
commit7a5afc10bb1dd56d71baac8c4ffcfdb592c9991c
tree478365858d8cb39261f841a0db93231f130d658c
parent173264eaab4fb51924344c8a190e81232ba0288c
Implement Twitter contact endpoints

- Implement /followers/ids
- Implement /followers/list
- Reimplement /friends/ids
- Reimplement /friends/list
- Update API reference
- Remove obsolete tests
doc/API-Twitter.md
include/api.php
src/Module/Api/Twitter/ContactEndpoint.php [new file with mode: 0644]
src/Module/Api/Twitter/FollowersIds.php [new file with mode: 0644]
src/Module/Api/Twitter/FollowersList.php [new file with mode: 0644]
src/Module/Api/Twitter/FriendsIds.php [new file with mode: 0644]
src/Module/Api/Twitter/FriendsList.php [new file with mode: 0644]
static/routes.config.php
tests/include/ApiTest.php