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