createApiKey()
createApiKey() : string
Create an API key
Throws
- \TxTextControl\ReportingCloud\Exception\InvalidArgumentException
Trait PutTrait
request(string $method, string $uri, array $options) : \Psr\Http\Message\ResponseInterface
Request the URI with options
string | $method | HTTP method |
string | $uri | URI |
array | $options | Options |
buildPropertyMapArray(array $array, \TxTextControl\ReportingCloud\PropertyMap\AbstractPropertyMap $propertyMap) : array
Using the passed propertyMap, recursively build array
array | $array | Array |
\TxTextControl\ReportingCloud\PropertyMap\AbstractPropertyMap | $propertyMap | PropertyMap |