{"id":28165781,"url":"https://github.com/rmja/akiles.apiclient","last_synced_at":"2026-03-04T05:01:21.309Z","repository":{"id":290732595,"uuid":"975401405","full_name":"rmja/Akiles.ApiClient","owner":"rmja","description":"Unofficial .NET API Client for Akiles Access Control","archived":false,"fork":false,"pushed_at":"2025-11-24T09:28:00.000Z","size":102,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-27T21:54:09.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rmja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-30T08:54:59.000Z","updated_at":"2025-11-24T09:28:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"6451123c-43f3-46a8-825d-abb8b0c8623a","html_url":"https://github.com/rmja/Akiles.ApiClient","commit_stats":null,"previous_names":["rmja/akiles.apiclient"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rmja/Akiles.ApiClient","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2FAkiles.ApiClient","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2FAkiles.ApiClient/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2FAkiles.ApiClient/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2FAkiles.ApiClient/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rmja","download_url":"https://codeload.github.com/rmja/Akiles.ApiClient/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rmja%2FAkiles.ApiClient/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30071895,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T03:25:38.285Z","status":"ssl_error","status_checked_at":"2026-03-04T03:25:05.086Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-15T12:12:10.585Z","updated_at":"2026-03-04T05:01:21.264Z","avatar_url":"https://github.com/rmja.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Akiles.ApiClient\nUnofficial API client for [Akiles Access Control](https://akiles.app).\nA prerelease package is availble on nuget [![Akiles.ApiClient](https://img.shields.io/nuget/vpre/Akiles.ApiClient.svg)](https://www.nuget.org/packages/Akiles.ApiClient)\n\nThe client is native aot compatible.\n\n## Usage\nThe Akiles API can be used in two ways. Either with an obtained bearer access token ([see doc](https://apidoc.akiles.app/#tag-oauth)) or with a dedicated API key, that can be obtained through Akiles Support.\nThe client supports both types of keys.\n\nOne can use the client manually by using the `AkilesApiClient` directly, or by registering the client to the DI container.\n\nIf used with a dedicated API key, register using:\n\n```C#\n\nservices.AddAkilesApiClient(options =\u003e\n    {\n        options.ApiKey = \"dedicated api key\";\n    })\n\n```\nand later obtain an `IAkilesApiClient` clients to explore the api.\n\nIf used with an obtained bearer token, then register using:\n\n```C#\nservices.AddAkilesApiClient();\n```\nand obtain the factory `IAkilesApiClientFactory` from which a client can be created for a given token.\n\n## Status\nThe 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.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Fakiles.apiclient","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frmja%2Fakiles.apiclient","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frmja%2Fakiles.apiclient/lists"}