Ben Steadman
Ben Steadman
Thank you very much for adding me as a maintainer @noirbizarre , I look forward to working together with you and the others on the project. Bug triaging sounds like...
Agreed with @j5awry on the fastapi point, these are two different projects and I'm fairly certain flask-restplus existed before fastapi so it anything it's the other way round 😉 I...
I've been experimenting a little bit with what API we could provide using. This is a modified version on the [`todo_blueprint.py` example](https://github.com/python-restx/flask-restx/blob/2c0b62e56a02633df2c1819e70f85b8e23aaee87/examples/todo_blueprint.py) aiming to explore a *possible* user-facing API for...
Any comments on that initial API example? I've got some ideas about the implementation however it's going to be a significant amount of work to do properly so I don't...
Yep @sloria `Schema.from_dict` was exactly what I was thinking of for that (I hacked together something using that whilst experimenting) 👍
@ziirish I'm not sure at the moment r.e. if/how the work could be split up. I'm going to take some more time over the weekend to look deeper into implementation...
It seems like there's already an awful lot of activity around this area (especially in the `marshmallow` ecosystem). Specifically [`flask-smorest`](https://github.com/marshmallow-code/flask-smorest) seems to be almost *identical* to how `flask-restx` might work...
Some initial answers from my recent notes made on the topic @j5awry 😊 Interface: > Should we keep the interface(s) stable? Ideally, yes, but I don't think this is a...
Agreed, thanks @j5awry . I was planning on pinging again about this on https://github.com/noirbizarre/flask-restplus/issues/721 . I'll have a check through and see if there's any other PRs worth adding in...
In addition to those you mentioned it would be good to get https://github.com/noirbizarre/flask-restplus/pull/708 in if possible. It's been open a while and the original feature requester approved of the implementation....