MCPcopy Create free account
hub / github.com/axios/axios / isCollaborator

Method isCollaborator

bin/GithubAPI.js:50–56  ·  view source on GitHub ↗
(user)

Source from the content-addressed store, hash-verified

48 }
49
50 async isCollaborator(user) {
51 try {
52 return (await this.axios.get(`/collaborators/${user}`)).status === 204;
53 } catch (e) {
54
55 }
56 }
57
58 async deleteLabel(issue, label) {
59 return (await this.axios.delete(`/issues/${issue}/labels/${label}`)).data;

Callers 1

notifyPRPublishedMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected