You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IMPLEMENTATIONS.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ These tools are not endorsed by the OAI.
22
22
| go-openapi |[github/nasa9084/go-openapi](https://github.com/nasa9084/go-openapi)| Go | Golang struct model for OpenAPI 3.x. |
23
23
| openapi |[github/wzshiming/openapi](https://github.com/wzshiming/openapi)| Go | OpenAPI 3 Specification for golang |
24
24
| kin-openapi |[github/getkin/kin-openapi](https://github.com/getkin/kin-openapi)| Go | OpenAPI 3.x implementation for Go (parsing, converting, validation) |
25
+
| openapi-go |[github/swaggest/openapi-go](https://github.com/swaggest/openapi-go)| Go | Type-safe OpenAPI 3.x bindings and generator from code |
25
26
| Spectral |[github/stoplightio/spectral](https://github.com/stoplightio/spectral)| TypeScript, JavaScript | A flexible JSON object linter with out of the box support for OpenAPI Specification 2 and 3 |
| OpenAPI-Delphi |[github/paolo-rossi/OpenAPI-Delphi](https://github.com/paolo-rossi/OpenAPI-Delphi)| Delphi | Delphi implementation of a generator, parser and validator for the OpenAPI 3 Specification |
@@ -77,6 +78,7 @@ These tools are not endorsed by the OAI.
77
78
| Fastify OpenAPI v3 | [gitlab.com/m03geek/fastify-oas](https://gitlab.com/m03geek/fastify-oas) | Node.JS | Fastify OpenAPI v3+ plugin. Generates OpenAPI specification from fastify schemas and routes. Also serves swagger ui and spec in json/yaml formats.
78
79
| openapi-backend | [github/anttiviljami/openapi-backend](https://github.com/anttiviljami/openapi-backend) | Node.js, TypeScript | Build, Validate, Route, and Mock in the backend using OpenAPI v3 spec in your favourite framework
| rest | [github.com/swaggest/rest](https://github.com/swaggest/rest) | Go | API server with automatic request/response mapping/validation and OpenAPI schema
80
82
81
83
#### Client Implementations
82
84
@@ -99,3 +101,4 @@ These tools are not endorsed by the OAI.
99
101
| swagger-node-codegen |[github/fmvilas/swagger-node-codegen](https://github.com/fmvilas/swagger-node-codegen)| Node.js | Generates a Node.js/express server, but also has a template engine for creating any templates needed. |
100
102
.NET-C#-Annotations | [github/Microsoft/OpenAPI-NET-CSharpAnnotations](https://github.com/Microsoft/OpenAPI.NET.CSharpAnnotations) | dotnet | Convert your native C# comments/annotation XML from your API code into a OpenAPI document object. |
0 commit comments