# Functions
DefaultTransportConfig creates a TransportConfig with the default settings taken from the meta section of the spec file.
New creates a new rest client.
NewHTTPClient creates a new rest HTTP client.
NewHTTPClientWithConfig creates a new rest HTTP client, using a customizable transport config.
NewRestClient creates a new Rest client.
NewRetryableRestClient creates a new retryable REST client.
# Constants
DefaultBasePath is the default BasePath found in Meta (info) section of spec file.
DefaultHost is the default Host found in Meta (info) section of spec file.
No description provided by the author
# Variables
Default rest HTTP client.
DefaultSchemes are the default schemes found in Meta (info) section of spec file.
# Structs
Rest is a client for rest.
RestClient represents a client for the MTA deployer REST protocol.
RetryableRestClient represents retryable REST client for the MTA deployer REST protocol.
TransportConfig contains the transport related info, found in the meta section of the spec file.
# Interfaces
RestClientOperations is an interface having all RestClient operations.