Versions in this module Expand all Collapse all v0 v0.1.0 Dec 23, 2020 Changes in this version + func HttpGet(url string) (string, error) + func HttpPost(url string, body string) (string, error) + type GetRequest struct + func (p *GetRequest) AddParam(property string, value string) *GetRequest + func (p *GetRequest) BuildParams() string + func (p *GetRequest) Init() *GetRequest + func (p *GetRequest) InitFrom(reqParams *GetRequest) *GetRequest + type PrivateUrlBuilder struct + func (p *PrivateUrlBuilder) Build(method string, path string, request *GetRequest) string + func (p *PrivateUrlBuilder) BuildWithTime(method string, path string, utcDate time.Time, request *GetRequest) string + func (p *PrivateUrlBuilder) Init(accessKey string, secretKey string, host string) *PrivateUrlBuilder + type PublicUrlBuilder struct + func (p *PublicUrlBuilder) Build(path string, request *GetRequest) string + func (p *PublicUrlBuilder) Init(host string) *PublicUrlBuilder + type Signer struct + func (p *Signer) Init(key string) *Signer + func (p *Signer) Sign(method string, host string, path string, parameters string) string