close
The Wayback Machine - https://web.archive.org/web/20200919073426/https://github.com/skybrud/Skybrud.Essentials.Http
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

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

To install the Skybrud.Essentials.Http, simply pick one of the methods below:

  1. NuGet Package
    Install this NuGet package in your Visual Studio project. Makes updating easy.
  2. ZIP file
    Grab a ZIP file of the latest release; unzip and move both Skybrud.Essentials.dll and Skybrud.Essentials.Http.dll matching your target framework to the bin directory of your project.

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 😉

You can’t perform that action at this time.