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 APIResponse struct + func (rsp *APIResponse) Int() (int64, error) + func (rsp *APIResponse) Ok() (bool, error) + type LondonIntegersClient interface + ExecuteMethod func(string, *url.Values) (*APIResponse, error)