Info
Version: | 2.0.0.6 |
Author(s): | Chad |
Last Update: | Friday, August 28, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://girhub.com/chadman/restify |
NuGet Url: | https://www.nuget.org/packages/Restify |
Install
Install-Package Restify
dotnet add package Restify
paket add Restify
Restify Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(6.0.8)
- RestSharp(105.2.3)
It is intended to be used by anyone who wants to create a wrapper for a REST API implementation in C#. (Current only supports OAUTH).
Building upon Restify will give you ease in consuming REST APIs.