Package
As an extension to Skybrud.Essentials, the Skybrud.Essentials.Http package lets you create HTTP based requests, as well as working with OAuth 1.0a and OAuth 2 service providers. The package is the basis of our many integration packages.
To install the package via NuGet, either use the .NET CLI:
dotnet add package Skybrud.Essentials.Http --version 1.2.0
or the NuGet Package Manager:
Install-Package Skybrud.Essentials.Http -Version 1.2.0