Skip to content

skybrud/Skybrud.Essentials.Http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skybrud.Essentials.Http

GitHub license NuGet NuGet

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.



Installation

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



Dependencies

  • Skybrud.Essentials
    A package with logic for handling various common tasks in .NET.

    • Json.NET
      Used for searializing/deserializing JSON.



Found a bug? Have a question?



Changelog

The releases page lists the relevant changes from each release.



Documentation

You can find documentation and examples at the packages.skybrud.dk website 😉