Info
Version: | 1.6.4 |
Author(s): | Antony Male |
Last Update: | Wednesday, April 19, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/canton7/RestEase |
NuGet Url: | https://www.nuget.org/packages/RestEase |
Install
Install-Package RestEase
dotnet add package RestEase
paket add RestEase
RestEase Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- Newtonsoft.Json(>= 6.0.1)
- NETStandard.Library(>= 1.6.0)
- Newtonsoft.Json(>= 9.0.1)
- System.Collections.Concurrent(>= 4.0.12)
- System.Net.Http(>= 4.1.0)
- System.Reflection(>= 4.1.0)
- System.Reflection.Emit(>= 4.0.1)
- Newtonsoft.Json(>= 11.0.1)
- System.Reflection.Emit(>= 4.0.1)
- Newtonsoft.Json(>= 11.0.1)
- Newtonsoft.Json(>= 11.0.1)
Tags
Write a C# interface which describes your API, and RestEase generates an implementation you can call into.
Source Generators are here! Reference the RestEase.SourceGenerator NuGet package.