Documentation
¶
Index ¶
Constants ¶
This section is empty.
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(req *http.Request, method string, v interface{}) error
Click to show internal directories.
Click to hide internal directories.