学习笔记之Swagger

World's Most Popular API Framework | Swagger

  • https://swagger.io/
  • Swagger is the world’s largest framework of API developer tools for the OpenAPI Specification(OAS), enabling development across the entire API lifecycle, from design and documentation, to test and deployment.

API Development Tools | Swagger Editor | Swagger

  • https://swagger.io/swagger-editor/
  • SWAGGER EDITOR
  • Design, describe, and document your API on the first open source editor fully dedicated to Swagger-based APIs. The Swagger Editor is great for quickly getting started with the Swagger specification. It’s clean, efficient, and armed with a number of features to help you design and document your RESTful interfaces, straight out of the box.

Swagger (software) - Wikipedia

  • https://en.wikipedia.org/wiki/Swagger_(software)
  • Swagger is an open source software framework backed by a large ecosystem of tools that helps developers design, build, document, and consume RESTful Web services. While most users identify Swagger by the Swagger UI tool, the Swagger toolset includes support for automated documentation, code generation, and test case generation.
  • Sponsored by SmartBear Software, Swagger has been a strong supporter of Open Source Software and has widespread adoption.

5分钟了解swagger - CSDN博客

  • https://blog.csdn.net/i6448038/article/details/77622977
  • 随着互联网技术的发展,现在的网站架构基本都由原来的后端渲染,变成了:前端渲染、先后端分离的形态,而且前端技术和后端技术在各自的道路上越走越远。前端和后端的唯一联系,变成了API接口;API文档变成了前后端开发人员联系的纽带,变得越来越重要,swagger就是一款让你更好的书写API文档的框架。
原文地址:https://www.cnblogs.com/pegasus923/p/8759213.html