CloneableInstantiable
- Children
Methods |
public __construct(PHPFUI |
public getLastError() : string |
public getResponseText() : string |
public getStatusCode() : int |
public next() : array If the endpoint is paginated, you can call next() to retrieve the next set of data. If no next is provided, an empty array is returned.
|
public success() : bool |
Properties |
protected PHPFUI |
protected string $urlPath |
Methods |
protected doDelete(array $parameters) : bool |
protected doGet(array $parameters) : array |
protected doPatch(array $parameters) : array |
protected doPost(array $parameters) : array |
protected doPut(array $parameters) : array |
Methods |
private getUrl(array $parameters) : string |