Swagger: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:


* [[REST and Hypermedia]]
* [[REST and Hypermedia]]
* [[OpenAPI]]
* [[OpenAPI]], [[OpenAPI Specification]]
* [[API]]
* [[API]]
* [[JAX-RS]]
* [[JAX-RS]]
Line 24: Line 24:


=Tools=
=Tools=
* [[Swagger API Tools]]


* [[Swagger Editor]]
* [[Swagger Editor]]
Line 31: Line 33:
* [[Swagger Inflector]]
* [[Swagger Inflector]]
* [[Swagger Inspector]]
* [[Swagger Inspector]]
* [[Swagger API Tools]]
* [[Amazon API Gateway Importer]]
* [[Amazon API Gateway Importer]]



Latest revision as of 23:05, 25 March 2019

External

Internal

Overview

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

Concepts

Swagger Concepts

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