ShadowApiNet is a tool that allows seamless generation of RESTful API in your ASP.NET Core app.
Info
Version: | 0.1.5 |
Author(s): | Nikita Smirnov |
Last Update: | Thursday, January 4, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/n-smir/shadow-api-net |
NuGet Url: | https://www.nuget.org/packages/ShadowApiNet |
Install
Install-Package ShadowApiNet
dotnet add package ShadowApiNet
paket add ShadowApiNet
ShadowApiNet Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
- Microsoft.AspNetCore.JsonPatch(>= 2.1.1)
- Microsoft.EntityFrameworkCore(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
- Newtonsoft.Json(>= 12.0.3)