Grey Li

Results 157 comments of Grey Li

Please verify if APIFlask 1.2.1 fixes this issue, thanks. ``` pip install -U apiflask ```

Moved to #268

Thanks, that would be great!

> > This would be a great feature. I hope you're able to add it > > It seems this issue has been done. [Request examples](https://apiflask.com/request/#request-examples) [Response examples](https://apiflask.com/response/#response-examples) The example...

@victorcrimea @BEllis Hi guys, I'm trying to implement this in the 2.0 version. Could you please provide some complete examples of this usage? Just the example you gave me but...

> Can I currently add a view that would return either a 200 or 422 response ? The 422 error is added automatically when you added an `app.input` decorator to...

I didn't find a clean way to achieve this in APIFlask. I think the support to skip validation should be added upstream (webargs). Closing for now. Please create an issue...

Thanks. I would love to have this in APIFlask. But I think it's not easy since the code is heavily coupled with marshmallow projects. Maybe we could implement this in...

#173 added the LICENSE file into the package, but not merged yet.