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

Method listIssueEvents

lib/Issue.js:54–56  ·  view source on GitHub ↗

* List the events for an issue * @see https://developer.github.com/v3/issues/events/#list-events-for-an-issue * @param {number} issue - the issue to get events for * @param {Requestable.callback} [cb] - will receive the list of events * @return {Promise} - the promise for the http re

(issue, cb)

Source from the content-addressed store, hash-verified

52 * @return {Promise} - the promise for the http request
53 */
54 listIssueEvents(issue, cb) {
55 return this._request('GET', `/repos/${this.__repository}/issues/${issue}/events`, null, cb);
56 }
57
58 /**
59 * List comments on an issue

Callers 1

issue.spec.jsFile · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected