Codescovery.Library.Api
9.0.0
dotnet add package Codescovery.Library.Api --version 9.0.0
NuGet\Install-Package Codescovery.Library.Api -Version 9.0.0
<PackageReference Include="Codescovery.Library.Api" Version="9.0.0" />
paket add Codescovery.Library.Api --version 9.0.0
#r "nuget: Codescovery.Library.Api, 9.0.0"
// Install Codescovery.Library.Api as a Cake Addin #addin nuget:?package=Codescovery.Library.Api&version=9.0.0 // Install Codescovery.Library.Api as a Cake Tool #tool nuget:?package=Codescovery.Library.Api&version=9.0.0
library-commons-api
A package for common api problems
Roles Permissions Authorization Handler
You can use our extension method that will help you to authorize your users based on their roles and permissions.
How to use it
You can use either the default Roles Permissions Authorization Handler or you can create your own Roles Permissions Authorization Handler.
Using the default Roles Permissions Authorization Handler
services.AddDefaultRolesPermissionsAuthorizationHandler();
Using your own Roles Permissions Authorization Handler
services.AddRolesPermissionsAuthorizationHandler<YourRolesPermissionsAuthorizationHandler>();
YourRolesPermissionsAuthorizationHandler must implement IAuthorizationHandler interface.
Response Builder Services
You can use our extension method that will help you to build your responses.
How to use it
services.AddResultBuilderService();
Response Result Handlers
It will automatically add all IResponseResultHandler implementations to the DI container.
How to use it
services.AddResponseResultHandlers();
services.AddDefaultResponseResultsHandler();
Configure Using Api Configuration
Enables the use of the configuration file to configure the api.
How to use it
// Configure services
services.ConfigureUsingApiConfiguration(builder.Configuration);
//Configure app
appBuilder.ConfigureSwaggerUsingApiConfigurations(apiConfigurations.Value);
AppSettings Section
"ApiConfiguration": {
"UseCors": true,
"UseSwagger": true,
"UseHealthCheck": true,
"UseHttpContextAccessor": true,
"UseControllers": true,
"UseDefaultJsonSerializerOptions": true,
"UseHttpsRedirection": true,
"Cors": [
{
"AllowAll": true,
"PolicyName": "AllowAll",
"AllowedOrigins": null,
"AllowedHeaders": null,
"AllowedMethods": null,
"AllowedCredentials": null
}
],
"Swagger": {
"Title": "Your Api Title",
"Version": "v1",
"Description": "Your api description"
}
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. |
-
net9.0
- Codescovery.Library.DependencyInjection (>= 9.0.0)
- Microsoft.AspNetCore.Authorization (>= 9.0.0)
- Microsoft.AspNetCore.Mvc.Versioning (>= 5.1.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 9.0.0)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Swashbuckle.AspNetCore (>= 7.0.0)
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 |
---|---|---|
9.0.0 | 73 | 11/23/2024 |
2.0.0-beta5 | 261 | 10/24/2023 |
2.0.0-beta4 | 108 | 10/1/2023 |
2.0.0-beta3 | 103 | 9/29/2023 |
2.0.0-beta2 | 111 | 9/28/2023 |
2.0.0-beta1 | 92 | 9/28/2023 |
1.0.0-beta9 | 125 | 5/4/2023 |
1.0.0-beta8 | 92 | 5/4/2023 |
1.0.0-beta7 | 97 | 5/4/2023 |
1.0.0-beta6 | 106 | 5/4/2023 |
1.0.0-beta5 | 105 | 4/26/2023 |
1.0.0-beta4 | 111 | 4/23/2023 |
1.0.0-beta3 | 112 | 4/21/2023 |
1.0.0-beta2 | 116 | 4/21/2023 |
1.0.0-beta10 | 108 | 9/26/2023 |
1.0.0-beta1 | 115 | 4/21/2023 |