Core/RestCalls/RequestParameters.php
- Package
- Default
\RequestParameters
Package: Default
Parameters for calling Rest calls.
Properties
Methods

RequestParameters(string $resourceUri, string $verb, string $contentType, string $apiName = NULL) : voidInitializes a new instance of the RequestParameters class.
Parameters
| Name | Type | Description |
|---|---|---|
| $resourceUri | string | The resource URI. |
| $verb | string | The http verb. |
| $contentType | string | The type of the content. |
| $apiName | string | the name of the API. |