JSON-RPC 2.0 middleware for ASP.NET Core 3 based on the "JSON-RPC 2.0 Transport: HTTP" specification.
Info
Version: | 1.19.0 |
Author(s): | Alexander Kozlenko |
Last Update: | Friday, May 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/alexanderkozlenko/aspnetcore-json-rpc |
NuGet Url: | https://www.nuget.org/packages/Anemonis.AspNetCore.JsonRpc |
Install
Install-Package Anemonis.AspNetCore.JsonRpc
dotnet add package Anemonis.AspNetCore.JsonRpc
paket add Anemonis.AspNetCore.JsonRpc
Anemonis.AspNetCore.JsonRpc Download (Unzip the "nupkg" after downloading)
Dependencies
- Anemonis.JsonRpc(>= 1.24.2)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.3)
- Microsoft.Extensions.Options(>= 3.1.3)
Tags