Versions in this module Expand all Collapse all v1 v1.0.1 Jan 4, 2024 v1.0.0 Dec 8, 2023 Changes in this version + func GetAuthXml(url, username, password string, parsed interface{}) error + func GetJson(url string, parsed interface{}) error + func GetJsonWithAccessToken(host string, path string, accessToken string, response interface{}) error + func GetXml(url string, parsed interface{}) error + func SetLogger(logger logrus.FieldLogger) + func Wget(url, filepath string) error + func Wpost(downloadUrl, filePath string, formData url.Values) error