Documentation ¶ Index ¶ func NewGoClient(endpoint string) *client.APIClient type Client func NewClient(endpoint string) *Client Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewGoClient ¶ func NewGoClient(endpoint string) *client.APIClient Types ¶ type Client ¶ type Client struct { // The configured http client for making API requests HTTPClient *http.Client // The API endpoint to use when making requests // Example: https://api.opensauced.pizza Endpoint string } func NewClient ¶ func NewClient(endpoint string) *Client NewClient creates a new OpenSauced API client for making http requests Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.