pyeve / eve-swagger

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

Fixed some status codes in response fields. #41

Closed NotSpecial closed 7 years ago

NotSpecial commented 7 years ago

Right now, all responses claim to return "200", I have changed them to the status codes Eve returns.

nicolaiarocci commented 7 years ago

Thanks. I also added a corresponding test.