API: accounts and trends

This commit is contained in:
Michael
2020-10-31 22:32:26 +00:00
parent 0e60520a36
commit c030275815
9 changed files with 316 additions and 6 deletions

View File

@@ -255,6 +255,14 @@ abstract class DI
return self::$dice->create(Factory\Api\Mastodon\Emoji::class);
}
/**
* @return Factory\Api\Mastodon\Error
*/
public static function mstdnError()
{
return self::$dice->create(Factory\Api\Mastodon\Error::class);
}
/**
* @return Factory\Api\Mastodon\Field
*/