A basic REST controller for UWP applications, well-suited for CRUD APIs.
Info
Version: | 2.0.0 |
Author(s): | Aroon Narayanan |
Last Update: | Monday, November 11, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NYLT.RestController |
Install
Install-Package NYLT.RestController
dotnet add package NYLT.RestController
paket add NYLT.RestController
NYLT.RestController Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 12.0.3)
- Microsoft.NETCore.UniversalWindowsPlatform(>= 6.2.9)