Hi,
I'm currently consuming localized content from content stack and in my typescript projects I'm using content stack's json-rte-serializer. In that project, the interface is much simpler, such that I can just pass the json rte object to the jsonToHtml function and get html. However on the dotnet side, it looks like I have to use the ContentstackClient to fetch the data so that I can create an Options object for the RenderContent or JsonToHtml functions.
In my organization, I have to pull content stack data via an internal API, so I can't use the ContentstackClient. Do you have any suggestions on how to work around this?
Hi,
I'm currently consuming localized content from content stack and in my typescript projects I'm using content stack's json-rte-serializer. In that project, the interface is much simpler, such that I can just pass the json rte object to the jsonToHtml function and get html. However on the dotnet side, it looks like I have to use the ContentstackClient to fetch the data so that I can create an Options object for the RenderContent or JsonToHtml functions.
In my organization, I have to pull content stack data via an internal API, so I can't use the ContentstackClient. Do you have any suggestions on how to work around this?