-
#26 showed that there might be a situation when all tests pass, the response is expected, but it was not explicitly covered with `@api.response()` decorator. I think we will need to override `Api.outp…
-
Hi there!
Keep up the great work you're doing on RestPlus. It's becoming a significant, fully featured framework.
There is a feature I would like to request. Sometimes we find a need to do some setu…
-
The code in https://github.com/pyeve/eve#eve-is-simple looked too easy, and there seemed to be no function within the code. Is it possible to be in code examples that compare Eve with these "other" Fl…
-
Despite there being commits to master there has been no released library in over a year
-
When doing PUT or DELETE requests with int data, I randomly (~ 6 times out of 10) get a type error stating that 'int' object is not iterable. The only similar issue I could find was submitted on the f…
-
```
127.0.0.1 - - [14/Aug/2019 18:26:06] "GET /1.0/swagger.json HTTP/1.1" 500 -
Traceback (most recent call last):
File "/home/user/sjayasankar/code/sag_api/venv/lib/python3.7/site-packages/flask…
-
Flask newbie here. I'm trying to follow the documentation to export the Swagger specification for my app. Docs say to do this:
```
from flask import json
from myapp import api
print(json.dumps(…
-
I am trying to add a string field to my Schema which uses the validate.OneOf() from marshmallow. I see the correct error response if I pass a bad option to this field but the Swagger UI does not have …
-
The intended REST call was `http://localhost:5000/simple/hello2?message=iuujjopopj`.
## Error Code
```
[2019-01-23 10:13:36,531] ERROR in app: Exception on /simple/hello2 [GET]
Traceback (most…
-
Adding a global error handler using @api.errorhandler doesn't seem to have any effect. The error handler code is not triggered when an exception happens.
### **Code**
```python
from flask impor…