MCPcopy Index your code
hub / github.com/github-tools/github / listIssues

Method listIssues

lib/Issue.js:43–45  ·  view source on GitHub ↗

* List the issues for the repository * @see https://developer.github.com/v3/issues/#list-issues-for-a-repository * @param {Object} options - filtering options * @param {Requestable.callback} [cb] - will receive the array of issues * @return {Promise} - the promise for the http reques

(options, cb)

Source from the content-addressed store, hash-verified

41 * @return {Promise} - the promise for the http request
42 */
43 listIssues(options, cb) {
44 return this._requestAllPages(`/repos/${this.__repository}/issues`, options, cb);
45 }
46
47 /**
48 * List the events for an issue

Callers 1

issue.spec.jsFile · 0.80

Calls 1

_requestAllPagesMethod · 0.80

Tested by

no test coverage detected