MicroRest 2.0.0
See the version list below for details.
dotnet add package MicroRest --version 2.0.0
NuGet\Install-Package MicroRest -Version 2.0.0
<PackageReference Include="MicroRest" Version="2.0.0" />
paket add MicroRest --version 2.0.0
#r "nuget: MicroRest, 2.0.0"
// Install MicroRest as a Cake Addin #addin nuget:?package=MicroRest&version=2.0.0 // Install MicroRest as a Cake Tool #tool nuget:?package=MicroRest&version=2.0.0
MicroRest is a small REST framework - it allows you to add REST capabilities to your ASP.NET applications without needing to go through the huge ugly mess of WCF rest (which doesn't provide 'clean' URLs in 3.5), and supports various pocos for method parameters.
See https://bitbucket.org/mrshrinkray/microrest/wiki/Home for more information and getting started.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- ServiceStack.Text (>= 3.6.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Please note version 2.0 has some breaking changes which are documented on the wiki page.
Self hosting is now supported, and the API has been refactored to be cleaner and more extendable.