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 LondonIntegersClient // see above Scheme string Host string Endpoint string // contains filtered or unexported fields }
func (*APIClient) ExecuteMethod ¶
type APIResponse ¶
type APIResponse struct {
// contains filtered or unexported fields
}
func (*APIResponse) Int ¶
func (rsp *APIResponse) Int() (int64, error)
func (*APIResponse) Ok ¶
func (rsp *APIResponse) Ok() (bool, error)
type LondonIntegersClient ¶
type LondonIntegersClient interface {
ExecuteMethod(string, *url.Values) (*APIResponse, error)
}
Click to show internal directories.
Click to hide internal directories.