A simple HttpClient implementation of the BreweryDB API that targets .NET Standard 1.1+.
Info
Version: | 1.1.1 |
Author(s): | Cody Swendrowski |
Last Update: | Tuesday, November 21, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/cswendrowski/BreweryDbStandard |
NuGet Url: | https://www.nuget.org/packages/BreweryDbStandard |
Install
Install-Package BreweryDbStandard
dotnet add package BreweryDbStandard
paket add BreweryDbStandard
BreweryDbStandard Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 10.0.3)
- System.Net.Http(>= 4.3.3)