A library for building REST API client wrappers to be used by .NET Standard 2.0 apps.
Info
Version: | 4.1.0-CI-20231120-225453 |
Author(s): | Robert McLaws, Richard Beauchamp |
Last Update: | Monday, November 20, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/CloudNimble/PortableRest |
NuGet Url: | https://www.nuget.org/packages/PortableRest |
Install
Install-Package PortableRest
dotnet add package PortableRest
paket add PortableRest
PortableRest Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Http(>= 3.0.0 && < 6.0.0)
- Newtonsoft.Json(>= 10.0.3 && < 13.0.0)
- System.Runtime.Serialization.Xml(>= 4.3.0 && < 5.0.0)
- System.Xml.XmlSerializer(>= 4.3.0 && < 5.0.0)
Tags