Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.sendgrid.client.validation
An async thread-safe singleton for a SendGrid validation client
https://github.com/soenneker/soenneker.sendgrid.client.validation
async client csharp dotnet email sendgrid sendgridvalidationclientutil singleton thread-safe util validation
Last synced: 22 days ago
JSON representation
An async thread-safe singleton for a SendGrid validation client
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.sendgrid.client.validation
- Owner: soenneker
- License: mit
- Created: 2024-02-28T03:01:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T09:26:25.000Z (3 months ago)
- Last Synced: 2024-10-29T11:42:00.056Z (3 months ago)
- Topics: async, client, csharp, dotnet, email, sendgrid, sendgridvalidationclientutil, singleton, thread-safe, util, validation
- Language: C#
- Homepage: https://soenneker.com
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/nuget/v/soenneker.sendgrid.client.validation.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sendgrid.client.validation/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.sendgrid.client.validation/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.sendgrid.client.validation/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.sendgrid.client.validation.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.sendgrid.client.validation/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.SendGrid.Client.Validation
### An async thread-safe singleton for a SendGrid validation client## Installation
```
dotnet add package Soenneker.SendGrid.Client.Validation
```