Is it common practice to just use Kentico as an API? And develop client from scratch?

Ola Rosling asked on March 31, 2015 22:33

I haven't stared using Kentico. But I wonder; about using Kentico as just an API: When my content lives in Kentico, what's the best way for serving the content on other devices and frameworks, such as integrate with Android App, iOS app, using Angular in the GUI, etc. Am i tied to the Web Parts or are many developers just accessing content as an API? My alternative is COntentful that is simply an API with no default components. I'f like to see some proof of Koncito being use din that manner.

Correct Answer

Brenden Kehren answered on March 31, 2015 23:15

You can also create custom global events which will be fired anytime the regular events are called as well as the RESTful events are called. Pretty robust way to create and develop your site and apps.

1 votesVote for this answer Unmark Correct answer

Recent Answers


Brenden Kehren answered on March 31, 2015 22:43

You can access most any object and content (custom built and out-of-the-box) from Kentico's RESTful API, which should work just fine with the majority of your mobile application development.

2 votesVote for this answer Mark as a Correct answer

Jim Spillane answered on April 1, 2015 03:11

We are using Web API 2 to build out a Xamarin Android and IOS app using Kentico on the back end. Here is a good article... Using ASP.NET Web API in Kentico 8.1

2 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on April 1, 2015 05:47

@Jim, I'd be interested in hearing a bit more about that (good, bad, indifferent), shoot me an email if you would.

0 votesVote for this answer Mark as a Correct answer

Joel Dahlin answered on April 1, 2015 23:42

I'll second Jim's response. I am doing the same thing and it is working out very well.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.