In case you want to convert a regular Umbraco (non-cloud) to headless, I ahve a public gist for a custom controller that exposes the nodes as Json elements:
Not yet, I'm currently working to provide it as a Nuget package, since I'm already having to rewrite it for Umbraco 9 anyway (this gist just wont work on .netcore for now)
Headless open source repo
Hi
I can see there is a headless instance on cloud. Is it open source? can you please point me to it's open source code repo?
Regards Rohit
Hi Rohit
Headless isn't open source. You can try it on this page - https://umbraco.com/headless/
Thanks,
Alex
In case you want to convert a regular Umbraco (non-cloud) to headless, I ahve a public gist for a custom controller that exposes the nodes as Json elements:
https://gist.github.com/icavalheiro/582f009cc958f95478a2efda6c718ee0
I'ts pretty simple.
Very Good. How Do work it? Is there an example?
Example?
Hey,
Not yet, I'm currently working to provide it as a Nuget package, since I'm already having to rewrite it for Umbraco 9 anyway (this gist just wont work on .netcore for now)
I haven't tried the Umbraco headless on U cloud, but I have tried this one and it works well. https://github.com/deMD/UmbracoContentApi
Have you a working example or a json result to read?
is working on a reply...