MCPcopy Create free account
hub / github.com/auth0/auth0-cli / Do

Method Do

internal/auth0/http_client.go:17–17  ·  view source on GitHub ↗

Do triggers an HTTP request and returns an HTTP response, handling any context cancellations or timeouts.

(req *http.Request)

Source from the content-addressed store, hash-verified

15 // Do triggers an HTTP request and returns an HTTP response,
16 // handling any context cancellations or timeouts.
17 Do(req *http.Request) (*http.Response, error)
18
19 // Request combines NewRequest and Do, encoding the payload as JSON and
20 // returning an error for any non-2xx response.

Callers 10

DownloadMethod · 0.80
GetQuickstartsFunction · 0.80
GetDeviceCodeFunction · 0.80
FetchUserInfoFunction · 0.80
apiCmdRunFunction · 0.80
TestFetchTemplateDataFunction · 0.80
subscribeEventStreamCmdFunction · 0.80
sendEventMethod · 0.80
InitializeMethod · 0.80

Calls

no outgoing calls

Tested by 2

TestFetchTemplateDataFunction · 0.64