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

Method createProjectColumn

lib/Project.js:84–86  ·  view source on GitHub ↗

* Create a new column * @see https://developer.github.com/v3/projects/columns/#create-a-project-column * @param {Object} options - the description of the column * @param {Requestable.callback} cb - will receive the newly created column * @return {Promise} - the promise for the http r

(options, cb)

Source from the content-addressed store, hash-verified

82 * @return {Promise} - the promise for the http request
83 */
84 createProjectColumn(options, cb) {
85 return this._request('POST', `/projects/${this.__id}/columns`, options, cb);
86 }
87
88 /**
89 * Edit a column

Callers 1

project.spec.jsFile · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected