Documentation
¶
Index ¶
Constants ¶
View Source
const ( JSON = "application/json" URLEncoded = "application/x-www-form-urlencoded" FormData = "multipart/form-data" )
Variables ¶
This section is empty.
Functions ¶
func CreateBaseURL ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (Client) GetRestyClient ¶
func (c Client) GetRestyClient() *resty.Client
Used for testing purposes only
type Config ¶
type Config struct { Beta bool SubDomain string APIVersion string DebugEnabled bool RetryConfig RetryConfig }
func GetDefaultConfig ¶
func GetDefaultConfig() Config
type RetryConfig ¶
Click to show internal directories.
Click to hide internal directories.