Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axios/axios
/ appendLabels
Method
appendLabels
bin/GithubAPI.js:42–44 ·
view source on GitHub ↗
(issue, labels)
Source
from the content-addressed store, hash-verified
40
}
41
42
async
appendLabels(issue, labels) {
43
return
(
await
this.axios.post(`/issues/${issue}/labels`, {labels})).data;
44
}
45
46
async
getUser(user) {
47
return
(
await
githubAxios.get(`/users/${user}`)).data;
Callers
1
notifyPRPublished
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected