WebApi 2 Empty Template
Providing a simple blank canvas to get your web application up and running as quickly as possible. A single test controller is setup. The bare minimum WebApi setup is taken care of, including some basic error handling.
Once installed you can immediately run the project and you can perform a GET on the test controller at "api/test" and it'll return a list of integers. Its that simple, the point of this template is to not provide any fluff in the template. |