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

Method listFollowing

lib/User.js:100–102  ·  view source on GitHub ↗

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

(cb)

Source from the content-addressed store, hash-verified

98 * @return {Promise} - the promise for the http request
99 */
100 listFollowing(cb) {
101 return this._request('GET', this.__getScopedUrl('following'), null, cb);
102 }
103
104 /**
105 * List the user's gists

Callers 1

user.spec.jsFile · 0.80

Calls 2

__getScopedUrlMethod · 0.95
_requestMethod · 0.80

Tested by

no test coverage detected