Question about how to provide API documentation #7
Replies: 2 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
-
잠시 시간을 갖고 있었던 API documentation 관련 사항의 초안을 마련하였습니다.
위 페이지를 다음과 같이 구성하였습니다.
|
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
다음 레퍼런스를 보면 GitHub pages를 활용하여 Swagger API documentation을 제공하는 방법을 2가지 제시하고 있습니다.
두 가지 방법 중에서 저장소를 늘리지 않으면서 직관적으로 접근할 수 있는 2번 방법이 좋겠다는 생각이 듭니다.
이에 Cloud-Barista community 차원에서 2번 방법 적용을 제안 드리며, 이에 대한 의견을 듣고자 합니다.
예시)
index.html
,/dist/*
swag init
):/api/*
swag init
):/src/api/rest/docs/*
index.html
,/dist/*
Beta Was this translation helpful? Give feedback.
All reactions