SendGrid.CSharp.HTTP.Client
3.0.0
Prefix Reserved
See the version list below for details.
dotnet add package SendGrid.CSharp.HTTP.Client --version 3.0.0
NuGet\Install-Package SendGrid.CSharp.HTTP.Client -Version 3.0.0
<PackageReference Include="SendGrid.CSharp.HTTP.Client" Version="3.0.0" />
paket add SendGrid.CSharp.HTTP.Client --version 3.0.0
#r "nuget: SendGrid.CSharp.HTTP.Client, 3.0.0"
// Install SendGrid.CSharp.HTTP.Client as a Cake Addin #addin nuget:?package=SendGrid.CSharp.HTTP.Client&version=3.0.0 // Install SendGrid.CSharp.HTTP.Client as a Cake Tool #tool nuget:?package=SendGrid.CSharp.HTTP.Client&version=3.0.0
Quickly and easily access any REST or REST-like API using a fluent interface via method chaining and reflection.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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
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 | 151,896 | 3/9/2022 |
3.4.11 | 6,951 | 2/9/2022 |
3.4.10 | 17,678 | 1/12/2022 |
3.4.9 | 7,534 | 12/1/2021 |
3.4.8 | 209,297 | 8/19/2020 |
3.4.7 | 98,782 | 4/15/2020 |
3.4.6 | 41,062 | 2/19/2020 |
3.4.5 | 13,655 | 2/5/2020 |
3.4.4 | 4,582 | 1/29/2020 |
3.4.1 | 44,674 | 8/15/2019 |
3.4.0 | 1,907 | 8/15/2019 |
3.3.0 | 942,815 | 4/17/2017 |
3.2.0 | 7,654 | 4/11/2017 |
3.1.0 | 96,992 | 3/1/2017 |
3.0.0 | 1,697,206 | 7/22/2016 |
2.0.7 | 46,500 | 7/19/2016 |
2.0.6 | 7,099 | 7/18/2016 |
2.0.5 | 3,817 | 7/14/2016 |
2.0.4 | 347,858 | 6/16/2016 |
2.0.3 | 2,636 | 6/16/2016 |
2.0.2 | 2,549 | 6/16/2016 |
2.0.1 | 42,789 | 6/4/2016 |
2.0.0 | 2,295 | 6/4/2016 |
1.0.2 | 2,833 | 3/18/2016 |
1.0.1 | 4,422 | 3/18/2016 |
## BREAKING CHANGE
- While your code may continue to work as before, the async behavior has changed, as we don’t block on .Result anymore
- Fixes [issue #259](https://github.com/sendgrid/sendgrid-csharp/issues/259) in the sendgrid-csharp library
- Updated examples and README to demonstrate await usage