https://github.com/soenneker/soenneker.blazor.consumers.base
A wrapper around Soenneker.Blazor.ApiClient supporting auto (de)serialization for requests/responses/ProblemDetails.
https://github.com/soenneker/soenneker.blazor.consumers.base
api apiclient base baseconsumer blazor consumer consumers csharp dotnet util
Last synced: about 1 month ago
JSON representation
A wrapper around Soenneker.Blazor.ApiClient supporting auto (de)serialization for requests/responses/ProblemDetails.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.blazor.consumers.base
- Owner: soenneker
- License: mit
- Created: 2025-04-04T14:57:18.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-09T21:41:49.000Z (about 1 month ago)
- Last Synced: 2025-04-11T00:59:12.975Z (about 1 month ago)
- Topics: api, apiclient, base, baseconsumer, blazor, consumer, consumers, csharp, dotnet, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.blazor.consumers.base/)
[](https://github.com/soenneker/soenneker.blazor.consumers.base/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.blazor.consumers.base/)#  Soenneker.Blazor.Consumers.Base
### A wrapper around Soenneker.Blazor.ApiClient supporting auto (de)serialization for requests/responses/ProblemDetails.## Installation
```
dotnet add package Soenneker.Blazor.Consumers.Base
```