openapi vs swagger #230
3Juhwan
started this conversation in
Spring 뒷고기
Replies: 1 comment
-
OpenAPIOpenAPI는 OpenAPI Specification(OAS)라고 부르는데, 이는 API의 엔드포인트, 메서드, 요청/응답 형식, 파라미터 등을 정의합니다. API spec을 YAML 또는 JSON 형식으로 작성되며, API의 구조와 기능을 명확하게 서술할 수 있습니다. SwaggerSwagger는 OpenAPI를 기반으로 한 도구 모음입니다. Swagger는 API 문서화를 쉽게 하고, API의 기능을 테스트할 수 있는 다양한 툴을 제공합니다. Swagger 프로젝트는 OpenAPI 사양을 작성, 시각화, 테스트, 관리하는 데 필요한 다양한 도구를 포함합니다. 주요 도구
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
.
Beta Was this translation helpful? Give feedback.
All reactions