Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export
interface
RestClient<Schema> {
8
request<Output>(options: RestCommand<Output, Schema>): Promise<Output>;
9
}
10
11
export
interface
RestConfig {
Callers
15
login
Function · 0.65
refresh
Function · 0.65
hydrate
Function · 0.65
hydrateAddons
Function · 0.65
hydratePendingResolution
Function · 0.65
resolve
Function · 0.65
activate
Function · 0.65
update
Function · 0.65
setAddonQuantity
Function · 0.65
receiveInit
Function · 0.65
receiveJoin
Function · 0.65
archive
Function · 0.65
Implementers
1
VercelDriver
api/src/deployment/drivers/vercel.ts
Calls
no outgoing calls
Tested by
3
setupUser
Function · 0.52
createFilesUser
Function · 0.52
clearSingleton
Function · 0.52