API: Many item related endpoints added

This commit is contained in:
Michael 2021-05-15 10:08:47 +00:00
parent 84efabbfb6
commit b34ee320b0
17 changed files with 712 additions and 32 deletions

View file

@ -29,7 +29,7 @@ use Friendica\Model\Notification;
use Friendica\Module\BaseApi;
/**
* @see https://docs.joinmastodon.org/methods/accounts/mutes/
* @see https://docs.joinmastodon.org/methods/notifications/
*/
class Notifications extends BaseApi
{