MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / getAPIList

Method getAPIList

out/cli.cjs:69643–69645  ·  view source on GitHub ↗
(path5, Page2, opts)

Source from the content-addressed store, hash-verified

69641 return this.methodRequest("put", path5, opts);
69642 }
69643 delete(path5, opts) {
69644 return this.methodRequest("delete", path5, opts);
69645 }
69646 methodRequest(method, path5, opts) {
69647 return this.request(Promise.resolve(opts).then((opts2) => ({ method, path: path5, ...opts2 })));
69648 }

Callers 3

listMethod · 0.80
listFilesMethod · 0.80
listEventsMethod · 0.80

Calls 1

requestAPIListMethod · 0.80

Tested by

no test coverage detected