Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RESTClient ¶ added in v0.15.0
type RESTClient struct {
// contains filtered or unexported fields
}
RESTClient handles HTTP communication with the server
func NewRESTClient ¶ added in v0.15.0
func NewRESTClient(c *Config) (*RESTClient, error)
NewRESTClient creates a new REST client.
type Response ¶ added in v0.17.0
type Response struct {
// contains filtered or unexported fields
}
Response represents a generic API response containing the raw body bytes.
func NewResponse ¶ added in v0.17.0
NewResponse creates a new Response with the given body bytes.
Click to show internal directories.
Click to hide internal directories.