pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Import Swagger to Eve #43

Closed tyomo4ka closed 6 years ago

tyomo4ka commented 7 years ago

Converting Eve to Swagger is cool. But it would be even cooler to support Swagger natively.

I found it's a little bit cumbersome to work with Eve when you go with API design first approach.

If you use services like APIMATIC or SwaggerHub, you can design API there and then produce machine readable config like swagger. It would be nice if I can import it in Eve somehow, so I don't need to sync changes manually every time.

Of course I can design using Eve, but if I need to collaborate with other people it becomes problematic.

Connexxion is implementing this approach btw https://github.com/zalando/connexion

nicolaiarocci commented 7 years ago

I agree. This has been on my list for a very long time but never managed to get around. If you check https://www.patreon.com/nicolaiarocci you can see it listed among other things I'd like to have a chance to work on :)

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.