MCPcopy Index your code
hub / github.com/mislav/hub / PatchJSON

Method PatchJSON

github/http.go:480–482  ·  view source on GitHub ↗
(path string, payload interface{})

Source from the content-addressed store, hash-verified

478}
479
480func (c *simpleClient) PatchJSON(path string, payload interface{}) (*simpleResponse, error) {
481 return c.jsonRequest("PATCH", path, payload, nil)
482}
483
484func (c *simpleClient) PostFile(path string, contents io.Reader, fileSize int64) (*simpleResponse, error) {
485 return c.performRequest("POST", path, contents, func(req *http.Request) {

Callers 2

EditReleaseMethod · 0.80
UpdateIssueMethod · 0.80

Calls 1

jsonRequestMethod · 0.95

Tested by

no test coverage detected