feat: add credentials management

Signed-off-by: allanice001 <allanice001@gmail.com>
This commit is contained in:
allanice001
2025-11-09 21:46:31 +00:00
parent 56ea963b47
commit bc72df3c9a
43 changed files with 4671 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ import {
ArcherAdminApi,
AuthApi,
Configuration,
CredentialsApi,
LabelsApi,
MeApi,
MeAPIKeysApi,
@@ -113,3 +114,7 @@ export function makeNodePoolApi() {
export function makeMetaApi() {
return makeApiClient(MetaApi)
}
export function makeCredentialsApi() {
return makeApiClient(CredentialsApi)
}