Codescovery.Library.Api 2.0.0-beta5

This is a prerelease version of Codescovery.Library.Api.
dotnet add package Codescovery.Library.Api --version 2.0.0-beta5
NuGet\Install-Package Codescovery.Library.Api -Version 2.0.0-beta5
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="Codescovery.Library.Api" Version="2.0.0-beta5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codescovery.Library.Api --version 2.0.0-beta5
#r "nuget: Codescovery.Library.Api, 2.0.0-beta5"
#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 Codescovery.Library.Api as a Cake Addin
#addin nuget:?package=Codescovery.Library.Api&version=2.0.0-beta5&prerelease

// Install Codescovery.Library.Api as a Cake Tool
#tool nuget:?package=Codescovery.Library.Api&version=2.0.0-beta5&prerelease

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 Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
2.0.0-beta5 213 10/24/2023
2.0.0-beta4 67 10/1/2023
2.0.0-beta3 64 9/29/2023
2.0.0-beta2 59 9/28/2023
2.0.0-beta1 57 9/28/2023
1.0.0-beta9 81 5/4/2023
1.0.0-beta8 63 5/4/2023
1.0.0-beta7 63 5/4/2023
1.0.0-beta6 66 5/4/2023
1.0.0-beta5 71 4/26/2023
1.0.0-beta4 72 4/23/2023
1.0.0-beta3 76 4/21/2023
1.0.0-beta2 74 4/21/2023
1.0.0-beta10 59 9/26/2023
1.0.0-beta1 74 4/21/2023