Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.communication.sms.client
An async thread-safe singleton for the Azure Communication Services SMS client
https://github.com/soenneker/soenneker.communication.sms.client
azure client communication csharp dotnet phone services sms smsclientutil text util
Last synced: 22 days ago
JSON representation
An async thread-safe singleton for the Azure Communication Services SMS client
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.communication.sms.client
- Owner: soenneker
- License: mit
- Created: 2024-02-27T02:05:16.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T03:08:51.000Z (3 months ago)
- Last Synced: 2024-11-13T04:02:17.878Z (3 months ago)
- Topics: azure, client, communication, csharp, dotnet, phone, services, sms, smsclientutil, text, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 838 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![](https://img.shields.io/nuget/v/soenneker.communication.sms.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.communication.sms.client/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.communication.sms.client/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.communication.sms.client/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.communication.sms.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.communication.sms.client/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Communication.Sms.Client
### An async thread-safe singleton for the Azure Communication Services SMS client## Installation
```
dotnet add package Soenneker.Communication.Sms.Client
```