API tools for ASP.NET Core API, It shortens time for building a generic APIs (CRUD).
Info
Version: | 1.4.5 |
Author(s): | ApiTools |
Last Update: | Wednesday, October 28, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jamalabo1/ApiTools |
NuGet Url: | https://www.nuget.org/packages/ApiTools |
Install
Install-Package ApiTools
dotnet add package ApiTools
paket add ApiTools
ApiTools Download (Unzip the "nupkg" after downloading)
Dependencies
- AutoMapper(>= 10.0.0)
- JetBrains.Annotations(>= 2020.1.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.1.8)
- Microsoft.AspNetCore.Authorization(>= 3.1.8)
- Microsoft.AspNetCore.Http(>= 2.2.2)
- Microsoft.AspNetCore.Mvc(>= 2.2.0)
- Microsoft.AspNetCore.Mvc.NewtonsoftJson(>= 3.1.8)
- Microsoft.EntityFrameworkCore(>= 3.1.8)
- Microsoft.EntityFrameworkCore.Proxies(>= 3.1.8)
- Microsoft.EntityFrameworkCore.Relational(>= 3.1.8)
- Microsoft.EntityFrameworkCore.Relational.Design(>= 1.1.6)
- Microsoft.IdentityModel.Tokens(>= 6.7.1)
- RestSharp(>= 106.11.4)
- System.IdentityModel.Tokens.Jwt(>= 6.7.1)
- System.Net.Http.Formatting.Extension(>= 5.2.3)
- WindowsAzure.Storage(>= 9.3.3)
Tags