Skip to content
This repository was archived by the owner on May 30, 2022. It is now read-only.

Commit 64b3855

Browse files
authored
Merge pull request OAI#1044 from MikeRalphson/patch-14
Update IMPLEMENTATIONS.md
2 parents 52e64af + 68c80ca commit 64b3855

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

IMPLEMENTATIONS.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,31 @@ and tooling creators alike, and it is strongly encouraged that draft tooling be
88
made available for early users of the OAS.
99

1010

11-
Low-Level tooling
11+
#### Low-Level tooling
1212

1313
| Title | Project Link | Language |Description |
1414
|----------------|--------------|----------|---------------------|
1515
| swagger-parser | [GitHub/swagger-api](https://github.com/swagger-api/swagger-parser/tree/feature/3.0.0-rc0) | Java | Swagger 1.0, 1.1, 1.2, 2.0 to Open API Specification converter |
1616
| swagger-models | [GitHub/swagger-api](https://github.com/swagger-api/swagger-core/tree/feature/3.0.0-rc0/modules/swagger-models) | Java | Open API 3.0 Java Pojos |
1717
| KaiZen OpenAPI Parser | [GitHub/RepreZen/KaiZen-OpenAPI-Parser](https://github.com/RepreZen/KaiZen-OpenAPI-Parser) | Java | High-performance Parser, Validator, and Java Object Model for OpenAPI 3.x |
18+
| openapi3-ts | [GitHub/metadevpro/openapi3-ts](https://github.com/metadevpro/openapi3-ts) | TypeScript | TS Model & utils for OpenAPI 3.0.x contracts |
19+
| swagger2openapi | [GitHub/mermade/swagger2openapi](https://github.com/mermade/swagger2openapi) | Node.js | An OpenAPI / Swagger 2.0 to OpenAPI 3.0.x converter and validator |
20+
| Tavis.OpenApi | [GitHub/tavis-sofware/Tavis.OpenApi](https://github.com/tavis-software/Tavis.OpenApi/) | dotnet | C# based parser with definition validation and migration support from V2 |
1821

1922

20-
User Interfaces
23+
#### User Interfaces
24+
25+
| Title | Project Link | Language |Description |
26+
|----------------|--------------|----------|---------------------|
27+
| openapi-viewer | [GitHub/koumoul/openapi-viewer](https://github.com/koumoul-dev/openapi-viewer) | Vue.js | Browse and test a REST API described with the OpenAPI 3.0 Specification |
2128

2229

23-
Server Implementations
30+
#### Server Implementations
2431

2532

26-
Code Generators
33+
#### Code Generators
34+
35+
| Title | Project Link | Language |Description |
36+
|----------------|--------------|----------|---------------------|
37+
| baucis-openapi3 | [Github/metadevpro/baucis-openapi3](https://github.com/metadevpro/baucis-openapi3) | Node.js | [Baucis.js](https://github.com/wprl/baucis) plugin for generating OpenAPI 3.0 compliant API contracts |
38+
| Google Gnostic | [GitHub/googleapis/gnostic](https://github.com/googleapis/gnostic) | Go | Compile OpenAPI descriptions into equivalent Protocol Buffer representations |

0 commit comments

Comments
 (0)