Documentation
¶
Index ¶
Constants ¶
View Source
const ( APIURL = "https://api.massive.com" DefaultRetryCount = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
HTTP *resty.Client
// contains filtered or unexported fields
}
Client defines an HTTP client for the Massive REST API.
func NewWithClient ¶
NewWithClient returns a new client with the specified API key and a custom HTTP client.
Click to show internal directories.
Click to hide internal directories.