Documentation
¶
Index ¶
Constants ¶
View Source
const MassdriverEndpoint = "https://api.massdriver.cloud"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MassdriverClient ¶
type MassdriverClient struct {
Client HTTPClient
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient() *MassdriverClient
func (*MassdriverClient) WithAPIKey ¶ added in v0.1.0
func (c *MassdriverClient) WithAPIKey(apiKey string) *MassdriverClient
func (*MassdriverClient) WithEndpoint ¶
func (c *MassdriverClient) WithEndpoint(endpoint string) *MassdriverClient
type Request ¶
func (*Request) ToHTTPRequest ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.