Helper for composing and sending an HTTP API request with a JSON body (and application/json content-type header) and an optional authentication header.
Info
Version: | 1.0.0 |
Author(s): | cdorst |
Last Update: | Friday, January 12, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/CDorst.Common.Functions.SendJsonApiRequest |
Install
Install-Package CDorst.Common.Functions.SendJsonApiRequest
dotnet add package CDorst.Common.Functions.SendJsonApiRequest
paket add CDorst.Common.Functions.SendJsonApiRequest
CDorst.Common.Functions.SendJsonApiRequest Download (Unzip the "nupkg" after downloading)
Dependencies
- CDorst.Common.Structures.HttpAuthentication(>= 4.0.0)
- CDorst.Common.Structures.HttpJsonRequest(>= 1.0.0)