Versions in this module Expand all Collapse all v1 v1.0.0 Sep 21, 2019 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type StackpathCdnGo struct + Cdn *cdn.Client + Transport runtime.ClientTransport + func New(transport runtime.ClientTransport, formats strfmt.Registry) *StackpathCdnGo + func NewHTTPClient(formats strfmt.Registry) *StackpathCdnGo + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *StackpathCdnGo + func (c *StackpathCdnGo) SetTransport(transport runtime.ClientTransport) + type TransportConfig struct + BasePath string + Host string + Schemes []string + func DefaultTransportConfig() *TransportConfig + func (cfg *TransportConfig) WithBasePath(basePath string) *TransportConfig + func (cfg *TransportConfig) WithHost(host string) *TransportConfig + func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig