Skip to content

Latest commit

 

History

History
71 lines (33 loc) · 1.9 KB

README.md

File metadata and controls

71 lines (33 loc) · 1.9 KB

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 😉