Skip to content
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 토큰)


FE API 요구사항 정리

이슈 작성

{
  "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"
}
Clone this wiki locally