Versions in this module Expand all Collapse all v1 v1.5.1 Oct 2, 2018 v1.5.0 Sep 9, 2018 Changes in this version + type APIClient struct + func (c *APIClient) CallAPI(path string, method string, postBody interface{}, ...) (*resty.Response, error) + func (c *APIClient) ParameterToString(obj interface{}, collectionFormat string) string + func (c *APIClient) SelectHeaderAccept(accepts []string) string + func (c *APIClient) SelectHeaderContentType(contentTypes []string) string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type Configuration struct + APIClient *APIClient + APIKey map[string]string + APIKeyPrefix map[string]string + AccessToken string + BasePath string + Debug bool + DebugFile string + DefaultHeader map[string]string + Host string + OAuthToken string + Password string + Scheme string + Timeout *time.Duration + Transport *http.Transport + UserAgent string + Username string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) GetAPIKeyWithPrefix(APIKeyIdentifier string) string + func (c *Configuration) GetBasicAuthEncodedString() string + type ExamplepbResponseBodyMessage struct + Request string + Response ExamplepbResponseBodyMessageResponse + type ExamplepbResponseBodyMessageResponse struct + Data string + type ExamplepbResponseBodyOut struct + Response ExamplepbResponseBodyOutResponse + type ExamplepbResponseBodyOutResponse struct + Data string + type ExamplepbResponseBodyReq struct + Data string + type ResponseBodyServiceApi struct + Configuration *Configuration + func NewResponseBodyServiceApi() *ResponseBodyServiceApi + func NewResponseBodyServiceApiWithBasePath(basePath string) *ResponseBodyServiceApi + func (a ResponseBodyServiceApi) GetResponseBody(data string) (*ExamplepbResponseBodyOutResponse, *APIResponse, error)