Versions in this module Expand all Collapse all v0 v0.0.2 Apr 23, 2020 v0.0.1 Feb 10, 2020 Changes in this version + const SdkMethodDelete + const SdkMethodGet + const SdkMethodPost + const SdkMethodPut + type GetParam struct + Key string + Value string + type Sdk struct + func New(host string, defaultHeaders map[string]string) *Sdk + func (a *Sdk) AddDefaultHeader(key, value string) + func (a *Sdk) Create(request SdkRequest) (string, error) + type SdkRequest interface + GetBody func() interface{} + GetDebug func() bool + GetGet func() []GetParam + GetHeader func() map[string]string + GetHttpMethod func() uint8 + GetTimeout func() time.Duration + GetUri func() string