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

enhance: API 버전 관리 방안 고도화 #297

Open
3 tasks
leeeeeyeon opened this issue Oct 9, 2024 · 0 comments
Open
3 tasks

enhance: API 버전 관리 방안 고도화 #297

leeeeeyeon opened this issue Oct 9, 2024 · 0 comments
Assignees
Labels
🎄 enhance Enhancing previously implemented features

Comments

@leeeeeyeon
Copy link
Collaborator

💼 작업 설명

이전에 설정 조회 API를 시작으로 v2 API가 탄생했습니다 🐣 우선 Controller와 Service 클래스 앞에 V2를 붙여 V2Controller, V2Service 클래스로 분리하여 버전을 분리했습니다.
하지만, 해당 방식은 1️⃣ 버전이 늘어날수록 클래스 수가 많아지고 2️⃣ 하나의 API 개요를 한 눈에 파악할 수 없다는 문제가 있습니다. 그렇기 때문에 버전 관리를 좀 더 유지보수가 용이하게 리팩토링할 방법이 없을까 고민이 필요합니다.

✅ To-do

  • todo 1
  • todo 2
  • todo 3
@leeeeeyeon leeeeeyeon added the 🎄 enhance Enhancing previously implemented features label Oct 9, 2024
@leeeeeyeon leeeeeyeon self-assigned this Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎄 enhance Enhancing previously implemented features
Projects
None yet
Development

No branches or pull requests

1 participant