Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateRequestBody ¶
func SetAuthHeaders ¶
func SetHeaders ¶
Types ¶
type APIClient ¶
type APIClient struct {
BaseURL string
HTTP HTTP
AuthType string
AuthHeaders map[string]interface{}
MaxRetries int
InitialBackoffTime time.Duration
}
func (*APIClient) CallAPI ¶
func (c *APIClient) CallAPI(reqParams RequestParams) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.