Bracketcore.Sket
0.0.1-Beta
This is a prerelease version of Bracketcore.Sket.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Bracketcore.Sket --version 0.0.1-Beta
NuGet\Install-Package Bracketcore.Sket -Version 0.0.1-Beta
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bracketcore.Sket" Version="0.0.1-Beta" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bracketcore.Sket --version 0.0.1-Beta
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Bracketcore.Sket, 0.0.1-Beta"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Bracketcore.Sket as a Cake Addin #addin nuget:?package=Bracketcore.Sket&version=0.0.1-Beta&prerelease // Install Bracketcore.Sket as a Cake Tool #tool nuget:?package=Bracketcore.Sket&version=0.0.1-Beta&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SKET
Sket is an easy api creator framework which take care of a lot of aspnet core setup, speeding up your api creation in no time. <hr/>
Getting started with Sket
Installation
Install the nuget pagckage of sket
Install-Package Sket
Import namespace into you webapi project Startup.cs file
using Bracketcore.Sket;
<hr/>
Basic initialization
In your Startup.cs file in the ConfigurationServices method add the below code
services.AddSket(new SketSettings
{
DatabaseName = "Database Name",
JwtKey = "Your JWT Key",
AuthType = AuthType.Jwt,
DomainUrl = "Your domain Url",
MongoSettings =MongoClientSettings.FromConnectionString(
Configuration["DatabaseSettings"]),
ApiSetup = new List<ApiConfig>
{
new ApiConfig
{
BaseUrl = "Your Api Url",
Endpoints = new List<string>
{
"Route01", "Route02"
}
}
}
});
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Blazored.LocalStorage (>= 3.0.0)
- Microsoft.AspNet.WebApi.Client (>= 5.2.7)
- Microsoft.AspNetCore.Authentication (>= 2.2.0)
- Microsoft.AspNetCore.Authentication.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer (>= 2.2.0)
- Microsoft.AspNetCore.Components.Authorization (>= 3.1.8)
- Microsoft.AspNetCore.DataProtection.Extensions (>= 3.1.8)
- Microsoft.AspNetCore.Identity (>= 2.2.0)
- Microsoft.AspNetCore.Mvc (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.5)
- Microsoft.Extensions.Configuration (>= 3.1.8)
- Microsoft.Extensions.DependencyInjection (>= 3.1.8)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.8)
- Microsoft.Extensions.Hosting (>= 3.1.8)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.8)
- Microsoft.Extensions.Http (>= 3.1.8)
- Microsoft.Extensions.Identity.Core (>= 3.1.8)
- MongoDB.Entities (>= 20.0.0)
- Newtonsoft.Json (>= 12.0.3)
- Swashbuckle.AspNetCore (>= 5.6.3)
- Swashbuckle.AspNetCore.SwaggerUI (>= 5.6.3)
- System.IdentityModel.Tokens.Jwt (>= 6.7.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.1.2-Beta | 483 | 11/2/2020 | |
0.1.0-Beta | 415 | 10/29/2020 | |
0.0.9-Beta | 408 | 10/27/2020 | |
0.0.8-Beta | 418 | 10/24/2020 | |
0.0.7-Beta | 440 | 10/21/2020 | |
0.0.6-Beta | 493 | 10/13/2020 | |
0.0.5-Beta | 384 | 10/13/2020 | |
0.0.4-Beta | 472 | 10/12/2020 | |
0.0.3-Beta | 437 | 10/12/2020 | |
0.0.2-Beta | 447 | 10/10/2020 | |
0.0.1-Beta | 641 | 10/10/2020 |