API: added account related endpoints
This commit is contained in:
@@ -295,6 +295,14 @@ abstract class DI
|
||||
return self::$dice->create(Factory\Api\Mastodon\Status::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\ListEntity
|
||||
*/
|
||||
public static function mstdnList()
|
||||
{
|
||||
return self::$dice->create(Factory\Api\Mastodon\ListEntity::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return Factory\Api\Mastodon\Mention
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user