MCPcopy
hub / github.com/directus/directus / request

Method request

sdk/src/rest/types.ts:8–8  ·  view source on GitHub ↗
(options: RestCommand<Output, Schema>)

Source from the content-addressed store, hash-verified

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

Callers 15

loginFunction · 0.65
refreshFunction · 0.65
hydrateFunction · 0.65
hydrateAddonsFunction · 0.65
hydratePendingResolutionFunction · 0.65
resolveFunction · 0.65
activateFunction · 0.65
updateFunction · 0.65
setAddonQuantityFunction · 0.65
receiveInitFunction · 0.65
receiveJoinFunction · 0.65
archiveFunction · 0.65

Implementers 1

VercelDriverapi/src/deployment/drivers/vercel.ts

Calls

no outgoing calls

Tested by 3

setupUserFunction · 0.52
createFilesUserFunction · 0.52
clearSingletonFunction · 0.52