MCPcopy Index your code
hub / github.com/OverloadBlitz/cloudcent-cli / get

Method get

internal/api/client.go:106–108  ·  view source on GitHub ↗
(endpoint string, requireAuth bool)

Source from the content-addressed store, hash-verified

104}
105
106func (c *Client) get(endpoint string, requireAuth bool) (int, []byte, error) {
107 return c.doRequest(http.MethodGet, endpoint, nil, "", requireAuth)
108}
109
110func (c *Client) post(endpoint string, payload any, requireAuth bool) (int, []byte, error) {
111 var (

Callers 3

DownloadMetadataGzMethod · 0.95
mainFunction · 0.80

Calls 1

doRequestMethod · 0.95

Tested by 1