MCPcopy Create free account
hub / github.com/astercloud/aster / listConfig

Method listConfig

client-sdks/client-js/src/resources/system.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42 // Config Management
43 async listConfig(): Promise<SystemConfig[]> {
44 return this.request<SystemConfig[]>("/v1/system/config");
45 }
46
47 async getConfig(key: string): Promise<SystemConfig> {
48 return this.request<SystemConfig>(`/v1/system/config/${key}`);

Callers 1

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected