]> git.mxchange.org Git - friendica.git/commit
API: added account related endpoints
authorMichael <heluecht@pirati.ca>
Sun, 9 May 2021 09:35:51 +0000 (09:35 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 9 May 2021 09:35:51 +0000 (09:35 +0000)
commit5bb5c44bd9c3063b4f78a74a487353d2ef842cdd
treefa9d65bfce36e3ab020cf2f67a7efcc8a32a42c2
parent6511493fdf212448aebf5291e7998616d67e87ca
API: added account related endpoints
16 files changed:
doc/API-Mastodon.md
src/DI.php
src/Factory/Api/Mastodon/ListEntity.php [new file with mode: 0644]
src/Model/Contact.php
src/Module/Api/Mastodon/Accounts/Followers.php
src/Module/Api/Mastodon/Accounts/Following.php
src/Module/Api/Mastodon/Accounts/Lists.php [new file with mode: 0644]
src/Module/Api/Mastodon/Accounts/Search.php [new file with mode: 0644]
src/Module/Api/Mastodon/Blocks.php
src/Module/Api/Mastodon/Lists.php [new file with mode: 0644]
src/Module/Api/Mastodon/Lists/Accounts.php [new file with mode: 0644]
src/Module/Api/Mastodon/Mutes.php
src/Module/Api/Mastodon/Preferences.php [new file with mode: 0644]
src/Object/Api/Mastodon/ListEntity.php [new file with mode: 0644]
src/Object/Api/Mastodon/Preferences.php [new file with mode: 0644]
static/routes.config.php