cr0hn / aiohttp-swagger

Swagger API Documentation builder for aiohttp server
http://aiohttp-swagger.readthedocs.io/en/latest/
Other
187 stars 80 forks source link

Integration with apispec? #10

Open sloria opened 7 years ago

sloria commented 7 years ago

Nice work on this project!

Would you be open to collaborating on an integration with apispec, a framework-agnostic swagger spec generator?

This would allow users of aiohttp-swagger to take advantage of the rest of the apispec ecosystem (marshmallow and webargs integration, for example).

BTW, I think this could happen without making breaking changes to the aiohttp-swagger API. setup_swagger could do the work of constructing an apispec.Spec object with the aiohttp plugin enabled.

cr0hn commented 7 years ago

Thx :)

Of course I'm open to collaborate with apispec the project!

It looks so good. Currently I have no time (I working in other 3 projects) but, if hoy have time, feel free to do a PR with your proposal :)

I'll no close this issue to remember to add this feature.

stasfilin commented 7 years ago

I can help :)