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

Method listFollowers

lib/User.js:90–92  ·  view source on GitHub ↗

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

(cb)

Source from the content-addressed store, hash-verified

88 * @return {Promise} - the promise for the http request
89 */
90 listFollowers(cb) {
91 return this._request('GET', this.__getScopedUrl('followers'), null, cb);
92 }
93
94 /**
95 * List users followed by another user

Callers 1

user.spec.jsFile · 0.80

Calls 2

__getScopedUrlMethod · 0.95
_requestMethod · 0.80

Tested by

no test coverage detected