-
Notifications
You must be signed in to change notification settings - Fork 2
API 문서
JiWon Kim edited this page Nov 10, 2022
·
4 revisions
- 인증
GET /api/auth?code=d289d11d3
필드명 | 타입 | 설명 |
---|---|---|
code | string | 깃허브 인증 코드 |
필드명 | 타입 | 필수여부 | 설명 | 예시 |
---|---|---|---|---|
id | integer | true | 유저 식별자 | 1 |
username | string | true | 닉네임 | 태훈 |
string | true | 이메일 | email@naver.com | |
avatar_url | string | true | 프로필 url | https://avatars.githubusercontent.com/u/116425537?v=4 |
- 권한 관련 문의는 issue에 부탁드립니다.