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

Method getProjectColumn

lib/Project.js:73–75  ·  view source on GitHub ↗

* Get information about a column * @see https://developer.github.com/v3/projects/columns/#get-a-project-column * @param {string} colId - the id of the column * @param {Requestable.callback} cb - will receive the column information * @return {Promise} - the promise for the http reques

(colId, cb)

Source from the content-addressed store, hash-verified

71 * @return {Promise} - the promise for the http request
72 */
73 getProjectColumn(colId, cb) {
74 return this._request('GET', `/projects/columns/${colId}`, null, cb);
75 }
76
77 /**
78 * Create a new column

Callers 1

project.spec.jsFile · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected