Skip to content
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

Feature/102 : API URI 버저닝 #103

Merged
merged 3 commits into from
Dec 9, 2023
Merged

Feature/102 : API URI 버저닝 #103

merged 3 commits into from
Dec 9, 2023

Conversation

swa07016
Copy link
Member

@swa07016 swa07016 commented Dec 8, 2023

🚀 개요

v1와 v2를 나눕니다.

⏳ 작업 내용

  • 기존 API v2버전으로 생성

📝 논의사항

v2 이후부터는 pathVariable로 받고 응답을 제네릭하게 만들고 서비스계층에서 전략패턴을 사용하면 될 것 같은데, v1의 API들은 앞에 v1이 붙지 않아서 어쩔 수 없이 이번에는 맛없게 중복코드를 양산하게 되었습니다...

@swa07016 swa07016 added the ✨ feature New feature or request label Dec 8, 2023
@swa07016 swa07016 requested a review from CYY1007 December 8, 2023 16:13
@swa07016 swa07016 self-assigned this Dec 8, 2023
@swa07016 swa07016 linked an issue Dec 8, 2023 that may be closed by this pull request
1 task
@CYY1007 CYY1007 merged commit 52787e7 into develop Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] API URI 버저닝
2 participants