Skip to content

Commit 3e48c1e

Browse files
m-aciekwebron
andauthored
Add Connexion Python framework (#2323)
To server implementations. Co-authored-by: m-aciek <[email protected]> Co-authored-by: Ron <[email protected]>
1 parent 733c879 commit 3e48c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IMPLEMENTATIONS.md

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ These tools are not endorsed by the OAI.
7979
| FastAPI | [github/tiangolo/fastapi](https://github.com/tiangolo/fastapi) | Python | OpenAPI 3 based, high performance, Python 3.6+ API framework with automatic data validation, serialization and great editor support.
8080
| 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.
8181
| 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
82+
| Connexion | [github/zalando/connexion](https://github.com/zalando/connexion) | Python | Swagger/OpenAPI First framework for Python on top of Flask with automatic endpoint validation & OAuth2 support
8283
| JSONSchema::Validator | [https://github.com/skbkontur/perl-jsonschema-validator](https://github.com/skbkontur/perl-jsonschema-validator) | Perl | OpenAPI 3 request/response validation
8384
| rest | [github.com/swaggest/rest](https://github.com/swaggest/rest) | Go | API server with automatic request/response mapping/validation and OpenAPI schema
8485
| whook | [nfroidure/whook](https://github.com/nfroidure/whook) | Typescript | OpenAPI 3 based NodeJS server. |

0 commit comments

Comments
 (0)