Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.nuget.client
An async thread-safe HTTP client for the NuGet API
https://github.com/soenneker/soenneker.nuget.client
client csharp dotnet http httpclient management nuget nugetclient packages util
Last synced: 17 days ago
JSON representation
An async thread-safe HTTP client for the NuGet API
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.nuget.client
- Owner: soenneker
- License: mit
- Created: 2024-03-31T00:48:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:38:08.000Z (19 days ago)
- Last Synced: 2024-10-29T12:34:18.795Z (18 days ago)
- Topics: client, csharp, dotnet, http, httpclient, management, nuget, nugetclient, packages, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 694 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.nuget.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.nuget.client/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.nuget.client/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.nuget.client/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.nuget.client.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.nuget.client/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.NuGet.Client
### An async thread-safe HTTP client for the NuGet API## Installation
```
dotnet add package Soenneker.NuGet.Client
```