Project Description
Web API Explorer for DNN(R) aids module development allowing you to examine the Routing Table entries for a DotNetNuke(R) portal.

Services Framework WebAPI in DotNetNuke 7

One of the exciting new capabilities in DotNetNuke 7.x is the integration of ASP.NET Routing (Web API) as a means of exchanging JSON data between your custom extension and your DotNetNuke portal.

As this is a relatively new feature of DNN, it seems fitting to have a tool to better understand what routes exist in your portal at any given time. This tool is a simple DNN module that displays the registered routes in a portal so developers can see how to interact with them on the client.

Routing of HTTP requests is not new to those in the MVC arena, but for those who are more used to developing with Web Forms, it can seem quite mysterious. At first blush, many might think Web API is only usable in MVC or SPA (Single Page Application) projects, but the truth is that Web API can be used in any kind of ASP.NET application (from SharePoint to DotNetNuke to MVC and SPA and beyond). Shaun Walker has written a good blog to describe how it fits in to ASP.NET and DotNetNuke in particular ("Microsoft Declares the Future of ASP.NET is Web API").

A great area to begin learning about Web API and Routing is to visit the MSDN articles on the topic.

Major Features

Designed for developers working with the Services Framework WebAPI in DotNetNuke 7, this module has the following features.

Roadmap

The following features (in no specific order) are slated for development in upcoming releases of this module.