swagger-py-codegen icon indicating copy to clipboard operation
swagger-py-codegen copied to clipboard

Support the Aiohttp framework

Open aalhour opened this issue 7 years ago • 0 comments

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!

aalhour avatar Dec 06 '17 22:12 aalhour