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

Method getTeam

lib/Team.js:33–36  ·  view source on GitHub ↗

* Get Team information * @see https://developer.github.com/v3/orgs/teams/#get-team * @param {Requestable.callback} [cb] - will receive the team * @return {Promise} - the promise for the http request

(cb)

Source from the content-addressed store, hash-verified

31 * @return {Promise} - the promise for the http request
32 */
33 getTeam(cb) {
34 log(`Fetching Team ${this.__teamId}`);
35 return this._request('Get', `/teams/${this.__teamId}`, undefined, cb);
36 }
37
38 /**
39 * List the Team's repositories

Callers 3

createTestTeamFunction · 0.45
team.spec.jsFile · 0.45
deleteTeamFunction · 0.45

Calls 1

_requestMethod · 0.80

Tested by 1

createTestTeamFunction · 0.36