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

Method listGists

lib/User.js:110–112  ·  view source on GitHub ↗

* List the user's gists * @see https://developer.github.com/v3/gists/#list-a-users-gists * @param {Requestable.callback} [cb] - will receive the list of gists * @return {Promise} - the promise for the http request

(cb)

Source from the content-addressed store, hash-verified

108 * @return {Promise} - the promise for the http request
109 */
110 listGists(cb) {
111 return this._request('GET', this.__getScopedUrl('gists'), null, cb);
112 }
113
114 /**
115 * List the user's notifications

Callers 1

user.spec.jsFile · 0.80

Calls 2

__getScopedUrlMethod · 0.95
_requestMethod · 0.80

Tested by

no test coverage detected