-
Notifications
You must be signed in to change notification settings - Fork 8
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
[ALL] RESTful API 디자인 원칙에 기반하여 기존 API path를 수정 #107
Conversation
Test Results47 tests 47 ✅ 4s ⏱️ Results for commit 202b514. ♻️ This comment has been updated with latest results. |
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.
👍
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.
🎺🎷재즈🎺🎷 고생하셨어요👍👍👏
약속의 내 일정 조회 | GET | /api/v1/meetings/{uuid}/attendees/me/schedules |
---|
me
→ current
도 가볍게 제안드려 봅니다!
약속의 내 일정 조회 | GET | /api/v1/meetings/{uuid}/attendees/current/schedules |
---|
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.
모호했던 API URL이 일관되고 명확해졌네요😄
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.
REST API 관련된 레퍼런스도 함께 이슈에 첨부해주어서 이해하는데 많은 도움이 되었어요! 고생하셨습니다 :) 훨씬 직관적인 것 같네요 👍
2cbe732
to
202b514
Compare
관련 이슈
작업 내용
RESTful API 디자인 원칙에 기반하여 현재 구현되어 있는 API Path를 개선하였습니다.
Path 변경 사항
특이 사항
리뷰 요구사항 (선택)