Extending UI & API

<< Click to Display Table of Contents >>

Navigation:  Web UI & API >

Extending UI & API

The DDK web services are designed to be easily extensible to meet the needs of individual drivers. Adding both custom API's and UI views is supported. The underlying technology used is ASP.NET MVC.

 

Controllers can either provide new REST API's or act as controllers for new UI views.  

 

Controller classes should be placed in a "Controllers" folder within the driver project structure.  

 

Views should be placed in a "Views" folder and follow the standard ASP.NET MVC Naming Conventions.