Buddy.API
1.0.0
A framework for dotnet core aimed for rapid CRUD/SPA backend development. Supporting NoSQL and SQL databases with JWT auth and custom "/model" route for validation built in
Install-Package Buddy.API -Version 1.0.0
dotnet add package Buddy.API --version 1.0.0
<PackageReference Include="Buddy.API" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Buddy.API --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Buddy.API, 1.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
.NETStandard 2.0
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.2.0)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.IdentityModel.Tokens (>= 5.5.0)
- NSwag.AspNetCore (>= 13.0.4)
- System.IdentityModel.Tokens.Jwt (>= 5.5.0)
Used By
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Buddy.API:
Package | Downloads |
---|---|
Buddy.API.Mongo
Adds Mongo support to BuddyAPI
|
|
Buddy.API.NoDb
Adds DB2Filesystem support to BuddyAPI. SHOULD NOT BE USED IN PRODUCTION!
|
|
Buddy.API.Sql
Adds SQL support to BuddyAPI.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0 | 288 | 9/28/2019 |