Swagger: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
(2 intermediate revisions by the same user not shown)
Line 24: Line 24:
* [[Swagger Inflector]]
* [[Swagger Inflector]]
* [[Swagger Inspector]]
* [[Swagger Inspector]]
=API Documentation=
{{Internal|API_Concepts#API_Documentation|API Documentation}}
==API Documentation vs. Swagger-generated Specification File==
In general, the terms "API Documentation" and the Swagger specification are used interchangeably.
=Subjects=
* [[Generating Swagger/OpenAPI Specification from Spring Code]]

Revision as of 23:05, 14 February 2019

External

Internal

Overview

Swagger is a set of open-source tools built around the OpenAPI specification that can help you design, build, document and consume REST APIs.

Tools

API Documentation

API Documentation

API Documentation vs. Swagger-generated Specification File

In general, the terms "API Documentation" and the Swagger specification are used interchangeably.

Subjects