Umbraco REST API - Can I manage as separate Visual Studio project?
I'm rather new to .Net development, but I'm creating a new Umbraco site where I want to consume the content via a REST service. I have the basics working, but I want to manage the my REST API as a separate project in the same solution.
What is the best/simplest way to achieve this? If I set up a new Web API project, what are the minimal steps to have Umbraco available to me? I was hoping to avoid installing the whole CMS into this project.
Please forgive me if the question is silly, trying to wrap my head around writing an API. It makes sense to me to manage this separately, as I want to keep it versioned separately as well. But by all means, I'm all ears if this makes no sense - thanks in advance! :)
Umbraco REST API - Can I manage as separate Visual Studio project?
I'm rather new to .Net development, but I'm creating a new Umbraco site where I want to consume the content via a REST service. I have the basics working, but I want to manage the my REST API as a separate project in the same solution.
What is the best/simplest way to achieve this? If I set up a new Web API project, what are the minimal steps to have Umbraco available to me? I was hoping to avoid installing the whole CMS into this project.
Please forgive me if the question is silly, trying to wrap my head around writing an API. It makes sense to me to manage this separately, as I want to keep it versioned separately as well. But by all means, I'm all ears if this makes no sense - thanks in advance! :)
is working on a reply...