Versions in this module Expand all Collapse all v0 v0.1.1 Nov 28, 2019 v0.1.0 May 19, 2019 Changes in this version + func NewAPIClient() artisanalinteger.Client + type APIClient struct + Endpoint string + Host string + Scheme string + func (client *APIClient) ExecuteMethod(method string, params *url.Values) (*APIResponse, error) + func (client *APIClient) NextInt() (int64, error) + type APIError struct + Message string + func (e APIError) Error() string + type APIResponse struct + func (rsp *APIResponse) String() string + type MissionIntegersClient interface + ExecuteMethod func(string, *url.Values) (*APIResponse, error)