getBaseUri() getBaseUri() : \GuzzleHttp\Psr7\Uri Get the basePath/baseUri of the description Returns \GuzzleHttp\Psr7\Uri —
getOperations() getOperations() : \GuzzleHttp\Command\Guzzle\Operation[] Get the API operations of the service Returns \GuzzleHttp\Command\Guzzle\Operation[] — Returns an array of {@see \GuzzleHttp\Command\Guzzle\Operation} objects
hasOperation() hasOperation(string $name) : bool Check if the service has an operation by name Parameters string $name Name of the operation to check Returns bool —
getOperation() getOperation(string $name) : \GuzzleHttp\Command\Guzzle\Operation Get an API operation by name Parameters string $name Name of the command Throws \InvalidArgumentException if the operation is not found Returns \GuzzleHttp\Command\Guzzle\Operation —
getModel() getModel(string $id) : \GuzzleHttp\Command\Guzzle\Parameter Get a shared definition structure. Parameters string $id ID/name of the model to retrieve Throws \InvalidArgumentException if the model is not found Returns \GuzzleHttp\Command\Guzzle\Parameter —
hasModel() hasModel(string $id) : bool Check if the service description has a model by name. Parameters string $id Name/ID of the model to check Returns bool —
format() format(string $format, mixed $input) : mixed Format a parameter using named formats. Parameters string $format Format to convert it to mixed $input Input string Returns mixed —
getData() getData(string $key = null) : null|mixed Get arbitrary data from the service description that is not part of the Guzzle service description specification. Parameters string $key Data key to retrieve or null to retrieve all extra Returns null|mixed —