swagger-conformance icon indicating copy to clipboard operation
swagger-conformance copied to clipboard

openapi v3 support

Open sobolevn opened this issue 6 years ago • 1 comments

Hi, thanks for this wonderful library. I am using with great pleasure for both closed and opened source projects.

But, currently I am developing a new REST framework for django. And I am building it with openapi-v3-first support.

It is called wemake-django-rest, it is currently in design step. You can see how the research is going in this issue: https://github.com/wemake-services/wemake-django-rest/issues/1 Btw, I will appreciate any feedback from you.

I am planning to use this module as one of the main testing features of the whole framework. But, it currently does not support openapi v3.

Do you have any plans to support it? Will it be hard to do? Can you please give any hints of what needs to be done?

Cheers!

sobolevn avatar Oct 19 '18 11:10 sobolevn

This package uses pyswagger to actually parse the swagger files, so probably will not support openapi v3 until pyswagger does - this is tracked at https://github.com/pyopenapi/pyswagger/issues/108.

leamingrad avatar Dec 05 '18 15:12 leamingrad