Documentation
¶
Index ¶
Constants ¶
View Source
const (
LogRequestFormat = "[%s '%s'] %s"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ErrorResponse ¶
type InternalClient ¶
type InternalClient struct {
// contains filtered or unexported fields
}
func NewInternalClient ¶ added in v0.2.0
func NewInternalClient(key string, debug bool) *InternalClient
Returns a new client using the API key provided
func (*InternalClient) SendRequest ¶
func (c *InternalClient) SendRequest(method string, url string, endpoint string, v interface{}) error
Creates and sends a request using the parameters specified
Click to show internal directories.
Click to hide internal directories.