Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIConfig ¶
type APIConfig struct {
// HTTPClient is a custom HTTP client
HTTPClient *http.Client
// Debug enables debug-level logging
Debug bool
// BaseURL sets a custom API server base URL
BaseURL string
// UserAgent sets a custom user-agent
UserAgent string
}
APIConfig defines the available configuration options to customize the API client settings
Click to show internal directories.
Click to hide internal directories.