Function request
Manually API Request
|
$service |
A instance object of Mastodon class |
string |
$method |
HTTP Method (GET, POST, PUT, DELETE, ...) |
string |
$path |
API Path (URL) |
array |
$options |
Options for GuzzleHttp |
string|string[] |
$class = null |
A class name of return value |
|
Returns ResponseInterface if $class is NULL. |