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

Method listProjectColumns

lib/Project.js:62–64  ·  view source on GitHub ↗

* Get information about all columns of a project * @see https://developer.github.com/v3/projects/columns/#list-project-columns * @param {Requestable.callback} [cb] - will receive the list of columns * @return {Promise} - the promise for the http request

(cb)

Source from the content-addressed store, hash-verified

60 * @return {Promise} - the promise for the http request
61 */
62 listProjectColumns(cb) {
63 return this._requestAllPages(`/projects/${this.__id}/columns`, null, cb);
64 }
65
66 /**
67 * Get information about a column

Callers 2

listProjectCardsMethod · 0.95
project.spec.jsFile · 0.80

Calls 1

_requestAllPagesMethod · 0.80

Tested by

no test coverage detected