Skip to content

Commit

Permalink
Add Connexion to implementations.rst (#418)
Browse files Browse the repository at this point in the history
Connexion has joined the ASGI ecosystem with their 3.0.0 release in which they adopted the ASGI interface.
  • Loading branch information
RobbeSneyders committed Nov 6, 2023
1 parent ebb1edb commit 0c7b964
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/implementations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,19 @@ OpenAPI documentation, dedicated test client and excellent authentication and
authorization policy implementation. Supports HTTP and WebSockets.


Connexion
---------

*Stable* / https://github.com/spec-first/connexion

Connexion is a modern Python web framework that makes spec-first and API-first development
easy. You describe your API in an OpenAPI (or Swagger) specification with as much detail
as you want and Connexion will guarantee that it works as you specified.

You can use Connexion either standalone, or in combination with any ASGI or WSGI-compatible
framework!


Tools
=====

Expand Down

0 comments on commit 0c7b964

Please sign in to comment.