Versions in this module Expand all Collapse all v1 v1.0.1 Oct 8, 2025 v1.0.0 Sep 29, 2025 Changes in this version + type ApptrustHttpClient interface + Delete func(path string, params map[string]string) (resp *http.Response, body []byte, err error) + Get func(path string) (resp *http.Response, body []byte, err error) + GetHttpClient func() *jfroghttpclient.JfrogHttpClient + Patch func(path string, requestBody interface{}) (resp *http.Response, body []byte, err error) + Post func(path string, requestBody interface{}, params map[string]string) (resp *http.Response, body []byte, err error) + func NewAppHttpClient(serverDetails *commonCliConfig.ServerDetails) (ApptrustHttpClient, error)