You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys,
I need to build an API REST for a puput project.
My first attemp to achieve this was to extend the EntryPage model through EntryAbstract. But I realized that I just need to add api_fields to EntryPage model to make it work.
So,I think that it would be nice to have a setting (like a list for example) to choose what fields in EntryPage model to export through API feature of wagtail.
Btw, now I'm also want to control the serializer.
So, what do you think? Is there a better way to achieve this?
The text was updated successfully, but these errors were encountered:
Hi guys,
I need to build an API REST for a puput project.
My first attemp to achieve this was to extend the EntryPage model through EntryAbstract. But I realized that I just need to add api_fields to EntryPage model to make it work.
So,I think that it would be nice to have a setting (like a list for example) to choose what fields in EntryPage model to export through API feature of wagtail.
Btw, now I'm also want to control the serializer.
So, what do you think? Is there a better way to achieve this?
The text was updated successfully, but these errors were encountered: