Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAPIClient ¶
func NewAPIClient() artisanalinteger.Client
Types ¶
type APIClient ¶
type APIClient struct {
artisanalinteger.Client
MissionIntegersClient // see above
Scheme string
Host string
Endpoint string
// contains filtered or unexported fields
}
func (*APIClient) ExecuteMethod ¶
type APIError ¶
type APIError struct {
Message string `json:"message"`
// contains filtered or unexported fields
}
type APIResponse ¶
type APIResponse struct {
// contains filtered or unexported fields
}
func (*APIResponse) String ¶
func (rsp *APIResponse) String() string
type MissionIntegersClient ¶
type MissionIntegersClient interface {
ExecuteMethod(string, *url.Values) (*APIResponse, error)
}
Click to show internal directories.
Click to hide internal directories.