MCPcopy Index your code
hub / github.com/google/go-github / Client

Method Client

github/github.go:1954–1956  ·  view source on GitHub ↗

Client returns an *http.Client that makes requests which are subject to the rate limit of your OAuth application.

()

Source from the content-addressed store, hash-verified

1952// Client returns an *http.Client that makes requests which are subject to the
1953// rate limit of your OAuth application.
1954func (t *UnauthenticatedRateLimitedTransport) Client() *http.Client {
1955 return &http.Client{Transport: t}
1956}
1957
1958func (t *UnauthenticatedRateLimitedTransport) transport() http.RoundTripper {
1959 if t.Transport != nil {

Callers 2

TestDo_sanitizeURLFunction · 0.95

Calls

no outgoing calls

Tested by 2

TestDo_sanitizeURLFunction · 0.76