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

Method getDetails

lib/Repository.js:452–454  ·  view source on GitHub ↗

* Get information about the repository * @see https://developer.github.com/v3/repos/#get * @param {Requestable.callback} cb - will receive the information about the repository * @return {Promise} - the promise for the http request

(cb)

Source from the content-addressed store, hash-verified

450 * @return {Promise} - the promise for the http request
451 */
452 getDetails(cb) {
453 return this._request('GET', `/repos/${this.__fullname}`, null, cb);
454 }
455
456 /**
457 * List the contributors to the repository

Callers 1

repository.spec.jsFile · 0.80

Calls 1

_requestMethod · 0.80

Tested by

no test coverage detected