MCPcopy
hub / github.com/directus/directus / RestClient

Interface RestClient

sdk/src/rest/types.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5}
6
7export interface RestClient<Schema> {
8 request<Output>(options: RestCommand<Output, Schema>): Promise<Output>;
9}
10
11export interface RestConfig {
12 credentials?: RequestCredentials;

Callers 8

loginFunction · 0.65
refreshFunction · 0.65
hydrateFunction · 0.65
hydrateAddonsFunction · 0.65
hydratePendingResolutionFunction · 0.65
resolveFunction · 0.65
activateFunction · 0.65
updateFunction · 0.65

Implementers 1

VercelDriverapi/src/deployment/drivers/vercel.ts

Calls

no outgoing calls

Tested by

no test coverage detected