pyeve / eve-swagger

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

Handle missing fields and settings for Eve-Mongoengine #32

Closed otibsa closed 7 years ago

otibsa commented 7 years ago

This PR fixes #31. Apparently Eve-Mongoengine is dead, so I modified Eve-Swagger to handle the missing schema for the _id field and X_ALLOW_CREDENTIALS settings.

nicolaiarocci commented 7 years ago

Merged after rebase: https://github.com/nicolaiarocci/eve-swagger/commit/ae69019fc08eac838de974ab187d1483938fdf06

Thanks!