zoukankan      html  css  js  c++  java
  • 学习笔记之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文档的框架。
  • 相关阅读:
    XMU1349 xmu_1349
    字符串排序
    linux磁盘文件与目录管理系统(2)
    poj 3667 Hotel
    poj 3468 A Simple Problem with Integers
    linux文与目录管理
    Linux的磁盘与文件管理系统(1)
    hdu 1698 Just a Hook
    poj3225 Help with Intervals
    poj 2886Who Gets the Most Candies?
  • 原文地址:https://www.cnblogs.com/pegasus923/p/8759213.html
Copyright © 2011-2022 走看看