Skip to content
윤혜지 edited this page Jun 8, 2021 · 12 revisions

로그인 oauth. client_id:
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" : "OPEN | CLOSE"
}

이슈 코멘트 작성

{
  "id": 5,
  "author": "json",
  "content": "내용"
}

이슈 조회

?id=""&author=""&comment=""&assign=""&state=""

레이블

레이블 생성

{
  "title": "제목",
  "description": "설명",
  "bg-color": "#ffffff",
  "color": "#fff",
}

레이블 수정

{
  "title": "제목",
  "description": "설명",
  "bg-color": "#ffffff",
  "color": "#fff",
}

레이블 삭제

{
  "id": 5
}

레이블 조회

마일스톤

마일스톤 생성

{
  "title": "제목",
  "date": "2021-06-25",
  "description": "설명"
}

마일스톤 수정

{
  "title": "제목",
  "date": "2021-06-25",
  "description": "설명"
}

마일스톤 삭제

{
  "id": 5
}

마일스톤 조회

Clone this wiki locally