Info
Version: | 1.0.0.3 |
Author(s): | jakejgordon, cracker4o |
Last Update: | Thursday, January 14, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RIDGIDSoftwareSolutions/versioned-rest-api/ |
NuGet Url: | https://www.nuget.org/packages/VersionedRestApi |
Install
Install-Package VersionedRestApi
dotnet add package VersionedRestApi
paket add VersionedRestApi
VersionedRestApi Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi.Core(>= 5.2.3)
- System.Configuration.Abstractions(>= 2.0.2.21)
Tags
lets you annotate your Web API actions with versions (or version ranges).
Versioning is handled via the URI (as opposed to query string parameter, header, or body parameter).
See GitHub project readme for more details: https://github.com/RIDGIDSoftwareSolutions/versioned-rest-api.