-
Notifications
You must be signed in to change notification settings - Fork 1
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
#135.7 chats API에 swagger 적용 #440
Conversation
일단 이거 적용 후 |
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.
수고하셨습니다 !!!! 👍 👍
"application/json": { | ||
schema: { | ||
type: "object", | ||
properties: { | ||
roomId: { | ||
type: "string", | ||
pattern: objectIdPattern, | ||
description: "채팅을 보내는 방의 id", | ||
}, | ||
}, | ||
}, |
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.
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.
아 required... 조만간 전면 수정 들어가겠습니다 😥
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.
와.. 정말 큰 작업인데 수고하셨습니다!
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.
LGTM!
Summary
It closes #135
Extra info
chats.js를 swagger을 사용하여 문서화합니다.
문서화 작업 중 반복되는 작업을 피하기 위한 함수 및 변수를 정의하는 utils.js를 정의합니다.
Images or Screenshots
Further Work