API: accounts and trends
This commit is contained in:
parent
0e60520a36
commit
c030275815
9 changed files with 316 additions and 6 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue