Akiles.ApiClient 0.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Akiles.ApiClient --version 0.0.7
                    
NuGet\Install-Package Akiles.ApiClient -Version 0.0.7
                    
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="Akiles.ApiClient" Version="0.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Akiles.ApiClient" Version="0.0.7" />
                    
Directory.Packages.props
<PackageReference Include="Akiles.ApiClient" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Akiles.ApiClient --version 0.0.7
                    
#r "nuget: Akiles.ApiClient, 0.0.7"
                    
#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.
#addin nuget:?package=Akiles.ApiClient&version=0.0.7
                    
Install Akiles.ApiClient as a Cake Addin
#tool nuget:?package=Akiles.ApiClient&version=0.0.7
                    
Install Akiles.ApiClient as a Cake Tool

Akiles.ApiClient

Unofficial API client for Akiles Access Control. A prerelease package is availble on nuget Akiles.ApiClient

The client is native aot compatible.

Usage

The Akiles API can be used in two ways. Either with an obtained bearer access token (see doc) or with a dedicated API key, that can be obtained through Akiles Support. The client supports both types of keys.

One can use the client manually by using the AkilesApiClient directly, or by registering the client to the DI container.

If used with a dedicated API key, register using:


services.AddAkilesApiClient(options =>
    {
        options.ApiKey = "dedicated api key";
    })

and later obtain an IAkilesApiClient clients to explore the api.

If used with an obtained bearer token, then register using:

services.AddAkilesApiClient();

and obtain the factory IAkilesApiClientFactory from which a client can be created for a given token.

Status

The implemented API surface should work, but there are missing endpoints. Feel free to create a PR if there are parts that are missing that you need.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
0.0.9 211 5/12/2025
0.0.8 180 5/12/2025
0.0.7 93 5/9/2025
0.0.6 109 5/9/2025
0.0.5 135 5/7/2025
0.0.4 133 5/6/2025
0.0.3 150 5/5/2025
0.0.2 116 5/2/2025
0.0.1 137 4/30/2025