An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

[![](https://img.shields.io/nuget/v/soenneker.blazor.consumers.base.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.blazor.consumers.base/)
[![](https://img.shields.io/github/actions/workflow/status/soenneker/soenneker.blazor.consumers.base/publish-package.yml?style=for-the-badge)](https://github.com/soenneker/soenneker.blazor.consumers.base/actions/workflows/publish-package.yml)
[![](https://img.shields.io/nuget/dt/soenneker.blazor.consumers.base.svg?style=for-the-badge)](https://www.nuget.org/packages/soenneker.blazor.consumers.base/)

# ![](https://user-images.githubusercontent.com/4441470/224455560-91ed3ee7-f510-4041-a8d2-3fc093025112.png) 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
```