I'm trying out Heartcore for the first time using the Umbraco.Headless.Client. This includes a set of models used for deserializing content types such as text, Image, File, MultiUrlPickerLink but nothing for a Grid. Does such a thing exist anywhere yet or is this a case of "Roll your own"?
Deserlializing Heartcore Grids
I'm trying out Heartcore for the first time using the Umbraco.Headless.Client. This includes a set of models used for deserializing content types such as text, Image, File, MultiUrlPickerLink but nothing for a Grid. Does such a thing exist anywhere yet or is this a case of "Roll your own"?
Hi Phil
Grid hasn't been added to that SDK just yet.
You're welcome to make a PR for it, though :)
Thanks. Here's a PR for my very basic implementation https://github.com/umbraco/Umbraco.Headless.Client.Net/pull/62
is working on a reply...