Jérôme Lafréchoux
Jérôme Lafréchoux
@itmard, satisfied with this answer? Should we close this issue?
@amcgregor, your help is valuable. Would you like to join @MongoEngine/mongoengine team and/or get write access to the repo? Even if you don't intend to contribute code right now, at...
@amcgregor No pb. Thanks for your inputs, anyway.
As I explained in https://github.com/Nobatek/flask-rest-api/issues/57, since a field is excluded, these are indeed different schemas, so apispec is doing the right thing by creating separate schemas in the spec. We...
@Bangertm @sloria, I intend to merge this soon. The other v6 PRs should be easy so we're close to v6. No pressure for a review. If you want to check...
Good. Looks like that change (`location` meta removal) will allow us to dump some code here.
Let's wait for webargs 6 and tackle this (remove location + this issue) in apispec 4.
@bangertm, your comments assume that `fields2parameter` is reached only through `schema2parameters`. Should we make it private API? The tests currently call it directly. We'd have to rework them.
I see what you mean. I'm leaning towards making all those methods private. We could support the `dict` case by copying `dict2schema` from webargs. In the MA3 case, it just...
Nope, this is still a TODO. The path is relatively clear. I just didn't get the time to do it. I'd like to finish #526 then address this. Once this...