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

Function list

ui/src/composables/useAsterClient.ts:39–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 const client = {
38 agents: {
39 async list() {
40 const response = await fetch(`${baseUrl}/v1/agents`, {
41 headers: buildHeaders(),
42 });
43 return response.json();
44 },
45 async get(id: string) {
46 const response = await fetch(`${baseUrl}/v1/agents/${id}`, {
47 headers: buildHeaders(),

Callers

nothing calls this directly

Calls 1

buildHeadersFunction · 0.85

Tested by

no test coverage detected