RESTful Web Service Building Diary (III) --- First Version

30 Jun 2016

Introduction

First version will basically use support for api calls to make a call to the user. The parameters will be passed directly in the URL

Routing

Convention-based Routing

Attribute Routing

Controller

Model

Test