Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
7
export
interface
RestClient<Schema> {
8
request<Output>(options: RestCommand<Output, Schema>): Promise<Output>;
9
}
10
11
export
interface
RestConfig {
12
credentials?: RequestCredentials;
Callers
8
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
Implementers
1
VercelDriver
api/src/deployment/drivers/vercel.ts
Calls
no outgoing calls
Tested by
no test coverage detected