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

Method Post

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

Post FIXME ...

(
	path string,
	query url.Values,
	body interface{},
	headers http.Header,
)

Source from the content-addressed store, hash-verified

410
411// Post FIXME ...
412func (apiClient *ApiClient) Post(
413 path string,
414 query url.Values,
415 body interface{},
416 headers http.Header,
417) (*http.Response, errors.Error) {
418 return apiClient.Do(http.MethodPost, path, query, body, headers)
419}
420
421// UnmarshalResponse FIXME ...
422func UnmarshalResponse(res *http.Response, v interface{}) errors.Error {

Callers

nothing calls this directly

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