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

Method createProjectCard

lib/Project.js:189–191  ·  view source on GitHub ↗

* Create a new card * @see https://developer.github.com/v3/projects/cards/#create-a-project-card * @param {string} colId - the column id * @param {Object} options - the description of the card * @param {Requestable.callback} cb - will receive the newly created card * @return {Promise}

(colId, options, cb)

Source from the content-addressed store, hash-verified

187 * @return {Promise} - the promise for the http request
188 */
189 createProjectCard(colId, options, cb) {
190 return this._request('POST', `/projects/columns/${colId}/cards`, options, cb);
191 }
192
193 /**
194 * Edit a card

Callers 1

project.spec.jsFile · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected