Swagger 어노테이션 간소화 #198
Unanswered
Choi-JJunho
asked this question in
에러 / 고민사항
Replies: 1 comment 5 replies
-
코드를 공통으로 묶으면 좋겠다는 생각이 들어요 권한이 필요한 API가 있고 그렇지 않은 API가 있기도해서 전역적으로 401, 403, 404를 지정하기에는 애매한 감이 들기도해서 권한을 선택적으로 정할 수 있도록 간소화하면 좋겠다는 생각도 드네요 우선은 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
현재 저희가 Swagger 어노테이션을 다음과 같이 지정해주고 있습니다.
401, 403, 404 같은걸 매번 지정해주는 작업이 꽤나 반복적이고 불필요한 작업으로 다가옵니다.
이를 간소화 시킬 수 있는 방안은 없을까요?
Beta Was this translation helpful? Give feedback.
All reactions