Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soenneker/soenneker.blazor.consumer.base
An abstract wrapper around Soenneker.Blazor.ApiClient supporting auto (de)serialization for requests/responses/ProblemDetails.
https://github.com/soenneker/soenneker.blazor.consumer.base
api apiclient base baseconsumer blazor consumer csharp dotnet util wrapper
Last synced: 26 days ago
JSON representation
An abstract wrapper around Soenneker.Blazor.ApiClient supporting auto (de)serialization for requests/responses/ProblemDetails.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.blazor.consumer.base
- Owner: soenneker
- License: mit
- Created: 2024-10-14T13:06:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-16T19:35:06.000Z (29 days ago)
- Last Synced: 2024-12-16T20:35:46.287Z (29 days ago)
- Topics: api, apiclient, base, baseconsumer, blazor, consumer, csharp, dotnet, util, wrapper
- Language: C#
- Homepage: https://soenneker.com
- Size: 342 KB
- Stars: 0
- Watchers: 1
- 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.blazor.consumer.base.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.blazor.consumer.base/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.blazor.consumer.base/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.blazor.consumer.base/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.blazor.consumer.base.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.blazor.consumer.base/)# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) Soenneker.Blazor.Consumer.Base
### A wrapper around Soenneker.Blazor.ApiClient supporting auto (de)serialization for requests/responses/ProblemDetails.## Installation
```
dotnet add package Soenneker.Blazor.Consumer.Base
```