forked from codesquad-members-2021/issue-tracker
-
Notifications
You must be signed in to change notification settings - Fork 1
API
WOO HYUK KO edited this page Jun 7, 2021
·
12 revisions
로그인 oauth
url:scope=user:email
{ "type":"ios", (ios|fe) "code":"fjaljfljfljsdlakf" }
jwt토큰을 발급
header Authorization Bearer (jwt 토큰)
{
"title": "제목",
"content": "내용",
"assignees": ["Robin", "Rano", "ZG", "Hong", "Tree", "json"],
"author": "json",
"labels": ["abc", "cde", "fgh"],
"milestone": 10
}
{
"title": "제목",
"content": "내용",
"assignees": ["Robin", "Rano", "ZG", "Hong", "Tree", "json"],
"author": "json",
"labels": ["abc", "cde", "fgh"],
"milestone": 10
}
{
"ids": [1, 5, 8],
"state" : ? // 없어도 토글로 설정해도?
}
{
"id": 5 // 해당 이슈 id,
"author": "json",
"content": "내용"
}
{
"id": "json"
}