Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithApiKey ¶ added in v0.0.35
func WithApiKey(apiKey string) core.ClientOption
WithApiKey sets the apiKey auth header on every request.
func WithBaseURL ¶ added in v0.0.32
func WithBaseURL(baseURL string) core.ClientOption
WithBaseURL sets the client's base URL, overriding the default environment, if any.
func WithHTTPClient ¶ added in v0.0.32
func WithHTTPClient(httpClient core.HTTPClient) core.ClientOption
WithHTTPClient uses the given HTTPClient to issue all HTTP requests.
func WithHTTPHeader ¶ added in v0.0.32
func WithHTTPHeader(httpHeader http.Header) core.ClientOption
WithHTTPHeader adds the given http.Header to all requests issued by the client.
Types ¶
Click to show internal directories.
Click to hide internal directories.