Closed natbredenkamp closed 2 years ago
We haven't tested this with the ContentAPI yet, I suspect you have to create a converter for them at least.
LinkDataBackingTypeResolverInterceptor
automatically assigns all instances of LinkData
and LinkDataCollection<TLinkData>
to PropertyLinkData
and PropertyLinkDataCollection
respectively. You should use those as backing types. Try it out.
I welcome feedback on what solution you landed on, maybe we can include something similar in the package.
Version 1.4.0
is now released on Optimizely nuget feed as Geta.Optimizely.GenericLinks.ContentDeliveryApi
. Please open a new issue if there is something wrong with the implementation.
seems these properties are not included in the ContentApi responses by default. do I need to create a PropertyModel<??, ??> and Converter for each of them? not sure of the most useful backing type to use