https://github.com/soenneker/soenneker.blazor.apiclient
A lightweight and efficient API client wrapper for Blazor applications, simplifying HTTP communication with support for asynchronous calls, cancellation tokens, and JSON serialization.
https://github.com/soenneker/soenneker.blazor.apiclient
api apiclient blazor client csharp dotnet http httpclient util
Last synced: 16 days ago
JSON representation
A lightweight and efficient API client wrapper for Blazor applications, simplifying HTTP communication with support for asynchronous calls, cancellation tokens, and JSON serialization.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.blazor.apiclient
- Owner: soenneker
- License: mit
- Created: 2024-10-02T21:10:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-06-09T11:15:46.000Z (16 days ago)
- Last Synced: 2026-06-09T13:11:08.601Z (16 days ago)
- Topics: api, apiclient, blazor, client, csharp, dotnet, http, httpclient, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 3.28 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.blazor.apiclient/)
[](https://github.com/soenneker/soenneker.blazor.apiclient/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.blazor.apiclient/)
[](https://github.com/soenneker/soenneker.blazor.apiclient/actions/workflows/codeql.yml)
#  Soenneker.Blazor.ApiClient
### A lightweight and efficient API client wrapper for Blazor applications, simplifying HTTP communication with support for asynchronous calls, cancellation tokens, and JSON serialization.
## Installation
```
dotnet add package Soenneker.Blazor.ApiClient
```