Swagger API Tools: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
* [[Swagger#Tools|Swagger]]
* [[Swagger#Tools|Swagger]]
* [[Amazon API Gateway Importer]]
* [[Amazon API Gateway Importer]]
=Swagger Core=
{{External|OpenAPI 3.0 implementation https://github.com/swagger-api/swagger-core}}
{{External|OpenAPI 2.0 implementation https://github.com/swagger-api/swagger-core/tree/1.5}}


=Swagger Parser=
=Swagger Parser=

Revision as of 01:33, 23 February 2019

External

Internal

Swagger Core

OpenAPI 3.0 implementation https://github.com/swagger-api/swagger-core
OpenAPI 2.0 implementation https://github.com/swagger-api/swagger-core/tree/1.5

Swagger Parser

Swagger Parser 1.X (OpenAPI 2.0) https://github.com/swagger-api/swagger-parser/tree/v1
Swagger Parser 2.X (OpenAPI 3.0) https://github.com/swagger-api/swagger-parser

Overview

Swagger Parser dependes on [[#Swa

Dependencies

dependencies {

    implementation "io.swagger:swagger-parser:1.0.42"
    implementation "io.swagger:swagger-parser:1.0.42:sources"

}