getBaseUrl()
getBaseUrl() : string
Get the basePath/baseUrl of the description
A ServiceDescription stores service information based on a service document
getOperation(string $name) : \Guzzle\Service\Description\OperationInterface|null
Get an API operation by name
string | $name | Name of the command |
getModel(string $id) : \Guzzle\Service\Description\Parameter|null
Get a specific model from the description
string | $id | ID of the model |