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: docs/index.md
+1
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ The key features of the generator are:
23
23
-__Support for multiple rest frameworks.____OpenAPI python generator__ currently supports the following:
24
24
-[httpx](https://pypi.org/project/httpx/)
25
25
-[requests](https://pypi.org/project/requests/)
26
+
-[aiohttp](https://pypi.org/project/aiohttp/)
26
27
-__Async and sync code generation support__, depending on the framework. It will automatically create both for frameworks that support both.
27
28
-__Easily extendable using Jinja2 templates__. The code is designed to be easily extendable and should support even more languages and frameworks in the future.
28
29
-__Fully tested__. Every generated code is automatically tested against the OpenAPI spec and we have 100% coverage.
0 commit comments