MCPcopy
hub / github.com/cli/cli / RESTWithNext

Method RESTWithNext

pkg/cmd/attestation/api/client.go:57–57  ·  view source on GitHub ↗
(hostname, method, p string, body io.Reader, data interface{})

Source from the content-addressed store, hash-verified

55type githubApiClient interface {
56 REST(hostname, method, p string, body io.Reader, data interface{}) error
57 RESTWithNext(hostname, method, p string, body io.Reader, data interface{}) (string, error)
58}
59
60// httpClient makes HTTP calls to all non-GitHub API endpoints

Callers 8

GetCachesFunction · 0.65
getAttestationsMethod · 0.65
getVariablesFunction · 0.65
LoadNotificationsMethod · 0.65
LoadEventsMethod · 0.65
getSecretsFunction · 0.65
GetRunsFunction · 0.65
GetJobsFunction · 0.65

Implementers 2

mockAPIClientpkg/cmd/attestation/api/mock_githubApi
Clientapi/client.go

Calls

no outgoing calls

Tested by

no test coverage detected