swagger-py-codegen
swagger-py-codegen copied to clipboard
Support the Aiohttp framework
Hi there,
I think this project is really cool and it can use some aiohttp support. Aiohttp has some tooling in place that would help you define validation logic quite easily, for example:
- aiohttp-validate: Extension for validating API requests and responses with jsonschema.
- aiohttp-swagger: Extension for building and generating Swagger docs and UI support for Aiohttp applications.
Cheers!