Versions in this module Expand all Collapse all v0 v0.2.0 Mar 22, 2026 Changes in this version + func Get(uri string) ([]byte, error) + func GetWithRespContentType(uri string) ([]byte, string, error) + func Post(uri, data, contentType string) ([]byte, error) + func PostJSON(uri string, data interface{}) ([]byte, error) + func PostJSONWithRespContentType(uri string, obj interface{}) ([]byte, string, error) + func Upload(uri string, filename string, fileData []byte) ([]byte, error)