Versions in this module Expand all Collapse all v0 v0.0.3 Sep 14, 2018 Changes in this version + type CallRequest struct + APIName string + APIParams map[string]string + APIVersion string + AccessToken string + type CallResponse struct + Error struct{ ... } + Result map[string]interface{} + Success bool + func Call(request CallRequest) (response CallResponse, err error)