An open API service indexing awesome lists of open source software.

https://github.com/soenneker/soenneker.sendgrid.httpclients

A thread-safe singleton HttpClient for SendGrid's OpenAPI integration.
https://github.com/soenneker/soenneker.sendgrid.httpclients

api csharp dotnet httpclient httpclients openapi openapiclient sendgrid sendgridopenapihttpclient singleton

Last synced: about 1 month ago
JSON representation

A thread-safe singleton HttpClient for SendGrid's OpenAPI integration.

Awesome Lists containing this project

README

          

[![](https://img.shields.io/nuget/v/soenneker.sendgrid.httpclients.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sendgrid.httpclients/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.sendgrid.httpclients/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.sendgrid.httpclients/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.sendgrid.httpclients.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sendgrid.httpclients/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.SendGrid.HttpClients
### A thread-safe singleton HttpClient for SendGrid's OpenAPI integration.

## Installation

```
dotnet add package Soenneker.SendGrid.HttpClients
```