Documentation
¶
Overview ¶
Package client provides the core HTTP client for arc
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client represents the HTTP client
type Option ¶
type Option func(*Client)
Option defines a function for configuring the client
func WithBaseURL ¶
WithBaseURL sets the base URL for API requests
func WithHTTPClient ¶
WithHTTPClient sets a custom HTTP client
Click to show internal directories.
Click to hide internal directories.