SendGrid.CSharp.HTTP.Client 2.0.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package SendGrid.CSharp.HTTP.Client --version 2.0.5
NuGet\Install-Package SendGrid.CSharp.HTTP.Client -Version 2.0.5
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SendGrid.CSharp.HTTP.Client" Version="2.0.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SendGrid.CSharp.HTTP.Client --version 2.0.5
#r "nuget: SendGrid.CSharp.HTTP.Client, 2.0.5"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SendGrid.CSharp.HTTP.Client as a Cake Addin
#addin nuget:?package=SendGrid.CSharp.HTTP.Client&version=2.0.5

// Install SendGrid.CSharp.HTTP.Client as a Cake Tool
#tool nuget:?package=SendGrid.CSharp.HTTP.Client&version=2.0.5

Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on SendGrid.CSharp.HTTP.Client:

Package Downloads
VirtoCommerce.Platform.Data.Notifications The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Virto Commerce Platform Data Notifications API

Swaksoft.Infrastructure.Crosscutting.Authorization

Seedwork for the Infrastructure Crosscutting Application Block

Helpers.C3PO

.NET helpers for Lucas Costa

Cyprex.Email

Cyprex Email

SigAuth

SiglaTech library created to customise web authentication

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.4.12 101,666 3/9/2022
3.4.11 5,854 2/9/2022
3.4.10 13,702 1/12/2022
3.4.9 6,664 12/1/2021
3.4.8 186,719 8/19/2020
3.4.7 90,265 4/15/2020
3.4.6 38,580 2/19/2020
3.4.5 13,116 2/5/2020
3.4.4 4,241 1/29/2020
3.4.1 39,462 8/15/2019
3.4.0 1,776 8/15/2019
3.3.0 823,061 4/17/2017
3.2.0 7,471 4/11/2017
3.1.0 87,179 3/1/2017
3.0.0 1,570,554 7/22/2016
2.0.7 43,916 7/19/2016
2.0.6 6,768 7/18/2016
2.0.5 3,673 7/14/2016
2.0.4 318,003 6/16/2016
2.0.3 2,526 6/16/2016
2.0.2 2,414 6/16/2016
2.0.1 38,375 6/4/2016
2.0.0 2,168 6/4/2016
1.0.2 2,715 3/18/2016
1.0.1 4,273 3/18/2016

- Solves [issue #7](https://github.com/sendgrid/csharp-http-client/issues/7)
- Solves [issue #256](https://github.com/sendgrid/sendgrid-csharp/issues/256) in the SendGrid C# Client
- Do not try to encode the JSON request payload by replacing single quotes with double quotes
- Updated examples and README to use JSON.NET to encode the payload
- Thanks to [Gunnar Liljas](https://github.com/gliljas) for helping identify the issue!