Swagger API Tools: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 12: Line 12:
{{External|OpenAPI 3.0 implementation https://github.com/swagger-api/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}}
{{External|OpenAPI 2.0 implementation https://github.com/swagger-api/swagger-core/tree/1.5}}
==Swagger Core Playground Example==
{{External|https://github.com/ovidiuf/playground/tree/master/swagger/swagger-parser-example}}
==Render Swagger as Yaml==


=Swagger Parser=
=Swagger Parser=

Revision as of 01:55, 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 Core Playground Example

https://github.com/ovidiuf/playground/tree/master/swagger/swagger-parser-example

Render Swagger as Yaml

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

Swagger Parser Overview

Swagger Parser dependes on Swagger Core.

Swagger Parser Playground Example

https://github.com/ovidiuf/playground/tree/master/swagger/swagger-parser-example

Dependencies

dependencies {

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

}