Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ listProviders
Method
listProviders
packages/server-e2e/src/http.ts:185–187 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
);
184
}
185
listProviders(): Promise<ListProvidersResponse> {
186
return
this.request(
'GET'
,
'/providers'
, undefined);
187
}
188
getProvider(providerId: string): Promise<ProviderCatalogItem> {
189
return
this.request(
190
'GET'
,
Callers
nothing calls this directly
Calls
1
request
Method · 0.95
Tested by
no test coverage detected