Versions in this module Expand all Collapse all v0 v0.0.2 Apr 10, 2021 Changes in this version + const P_ACCESS_TOKEN + const P_API + const P_ERROR_CODE + const P_ERROR_MESSAGE + const P_EXCEPTION + const P_OPENAPI + const P_PARAM2 + const P_REQUEST_ID + const P_SIGN + const P_TIMESTAMP + type UmengAPI interface + GetApiUri func() string + GetRequiredParams func() []string + IsInnerApi func() bool + NeedSign func() bool + type UmengClient struct + func CreateUmengClient(apiKey, apiSecurity string) *UmengClient + func (cli *UmengClient) Do(method UmengAPI, params url.Values) (respDeco *json.Decoder, err error) + func (cli *UmengClient) SetDefaultServer(newDefaultServer string)