Skybrud.Essentials.Http
is a small .NET library for making HTTP requests, as well as working with OAuth 1.0a and OAuth 2 service providers.
Install the package via NuGet. To install the package, you can use either .NET CLI:
dotnet add package Skybrud.Essentials.Http
or the NuGet Package Manager:
Install-Package Skybrud.Essentials.Http
-
Skybrud.Essentials
A package with logic for handling various common tasks in .NET.- Json.NET
Used for searializing/deserializing JSON.
- Json.NET
- Please feel free to create an issue, and I will get back to you ;)
The releases page lists the relevant changes from each release.
You can find documentation and examples at the packages.skybrud.dk website 😉