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

Method requestAPIList

out/cli.cjs:69768–69771  ·  view source on GitHub ↗
(Page2, options)

Source from the content-addressed store, hash-verified

69766 const errMessage = errJSON ? void 0 : errText;
69767 const retryMessage = retriesRemaining ? `(error; no more retries left)` : `(error; not retryable)`;
69768 debug(`response (error; ${retryMessage})`, response.status, url2, responseHeaders, errMessage);
69769 const err = this.makeStatusError(response.status, errJSON, errMessage, responseHeaders);
69770 throw err;
69771 }
69772 return { response, options, controller };
69773 }
69774 requestAPIList(Page2, options) {

Callers 2

getAPIListMethod · 0.80
getNextPageMethod · 0.80

Calls 1

makeRequestMethod · 0.80

Tested by

no test coverage detected