MCPcopy Index your code
hub / github.com/apache/devlake / Get

Method Get

backend/helpers/pluginhelper/api/api_client.go:403–409  ·  view source on GitHub ↗

Get FIXME ...

(
	path string,
	query url.Values,
	headers http.Header,
)

Source from the content-addressed store, hash-verified

401
402// Get FIXME ...
403func (apiClient *ApiClient) Get(
404 path string,
405 query url.Values,
406 headers http.Header,
407) (*http.Response, errors.Error) {
408 return apiClient.Do(http.MethodGet, path, query, nil, headers)
409}
410
411// Post FIXME ...
412func (apiClient *ApiClient) Post(

Callers 1

NewApiClientFunction · 0.95

Implementers 2

ApiClientbackend/helpers/pluginhelper/api/api_c
refreshApiClientbackend/plugins/github/token/refresh_a

Calls 1

DoMethod · 0.95

Tested by

no test coverage detected