$api->call()
Execute an API call for the given path, request method and optional request data
$api->call(string|null $path = null, string $method = 'GET', array $requestData = [ ]): mixed
Parameters
Name | Type | Default |
---|---|---|
$path | string ornull |
null
|
$method | string |
'GET'
|
$requestData | array |
[ ]
|
Return type
mixed