Versions in this module Expand all Collapse all v1 v1.4.0 Sep 17, 2019 Changes in this version + type Curl struct + func NewCurl(url string) *Curl + func (a *Curl) Delete(path string, withAuth bool) (responseBody []byte, statusCode int) + func (a *Curl) Get(path string, withAuth bool) (responseBody []byte, statusCode int) + func (a *Curl) GetAuthKey() string + func (a *Curl) Post(path string, body interface{}, authenticated bool) (responseBody []byte, statusCode int) + func (a *Curl) Put(path string, body interface{}, authenticated bool) (responseBody []byte, statusCode int) + func (a *Curl) SetAuthKey(authKey string)