-
Notifications
You must be signed in to change notification settings - Fork 0
MSTR-100 : 회원 API REST Docs 작성 #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- 기본적인 구조 설정 - Login, SignUp API Docs 작성
- 만료된 토큰을 잘못된 방법으로 validation하던 버그 fix
- 토큰 재발급 API 테스트 추가 - 재발급 API Docs를 위한 index 수정
requestFields( | ||
fieldWithPath("email").type(JsonFieldType.STRING).description("이메일"), | ||
fieldWithPath("username").type(JsonFieldType.STRING).description("닉네임"), | ||
fieldWithPath("password").type(JsonFieldType.STRING).description("비밀번호"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] reported by reviewdog 🐶
Unnecessary trailing comma before ")"
preprocessResponse(prettyPrint()), | ||
requestFields( | ||
fieldWithPath("email").type(JsonFieldType.STRING).description("이메일"), | ||
fieldWithPath("password").type(JsonFieldType.STRING).description("비밀번호"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [ktlint] reported by reviewdog 🐶
Unnecessary trailing comma before ")"
- yml을 가지고 있는 submodule에서 yml 파일을 복사하도록 설정 추가
Kudos, SonarCloud Quality Gate passed!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
rest docs 확인했습니다! 넘 깔끔하네용👍
Issue Number
close: MSTR-100
작업 내역
변경사항
작업 유형
PR 특이 사항