-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: make Wildcard fields support Nested and List fields (fix #728) #739
Conversation
Is there an example of its usage anywhere? I would like to use it for a nested dictionary, but cannot seem to figure out the correct syntax. |
Hi Ziirish, thanks a lot for your (very quick) response. The examples are very useful. I believe I am following pretty much the same syntax as here:
However, trying to use this model for marshalling, gives me the following error: |
The current patch is not yet available in any stable release. What version of Flask-RESTPlus are you using? We are in the process of releasing a new stable version, but we are waiting for the main developer (@noirbizarre) to push that release on Pypi. |
I had upgraded to the latest stable version to test the WildCards:
name : flask-restplus
version : 0.13.0
I suppose the only way to already have the patch is to clone the repository
then?
…On Thu, 14 Nov 2019 at 13:37, ziirish ***@***.***> wrote:
The current patch is not yet available in any stable release. What version
of Flask-RESTPlus are you using?
We are in the process of releasing a new stable version, but we are
waiting for the main developer ***@***.***
<https://github.com/noirbizarre>) to push that release on Pypi.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#739?email_source=notifications&email_token=AIKIKLNCNHHDN3IW3MMFGNTQTVBCDA5CNFSM4JCFHYHKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBWBKA#issuecomment-553869480>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKIKLLX5GLEBUAXDRDCTZDQTVBCDANCNFSM4JCFHYHA>
.
--
Jens De Pelsmaeker
PhD Researcher in BioPhotonics at VUB and Chemistry at UGent
|
you can do a |
This allows you to use
fields.Nested
orfields.List
as Wildcard inner fields.