Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.graph.client
An async thread-safe singleton for the Microsoft Graph client
https://github.com/soenneker/soenneker.graph.client
api b2c client csharp dotnet graph graphclientutil microsoft util
Last synced: about 3 hours ago
JSON representation
An async thread-safe singleton for the Microsoft Graph client
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.graph.client
- Owner: soenneker
- License: mit
- Created: 2024-04-10T20:57:01.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T06:11:29.000Z (8 months ago)
- Last Synced: 2024-05-23T07:31:30.494Z (8 months ago)
- Topics: api, b2c, client, csharp, dotnet, graph, graphclientutil, microsoft, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 133 KB
- 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.graph.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.graph.client/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.graph.client/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.graph.client/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.graph.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.graph.client/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Graph.Client
### An async thread-safe singleton for the Microsoft Graph client## Installation
```
dotnet add package Soenneker.Graph.Client
```