Calling an API

ComicsAPI is an elementary example of an API call within an MVC project. The Home Controller has an ActionResult function that returns a View referencing this very page. This markup contains a $.getJSON(uri) call to the ComicsAPIController which is actually just a seperate Controller in the MvcBootstrap project.

All Comics