Documentation
¶
Index ¶
Constants ¶
View Source
const ( APIEndpoint = "https://api.opensauced.pizza/v1" BetaAPIEndpoint = "https://beta.api.opensauced.pizza/v1" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 or https://beta.api.opensauced.pizza
Endpoint string
}
Click to show internal directories.
Click to hide internal directories.