Documentation
¶
Overview ¶
Package functions provides the studio admin API for edge functions.
Routes (all require service-role Bearer token):
GET /list — list deployed functions (scanned from functionsDir)
GET /{name}/logs — recent log lines for a function (?since=1h)
GET /env — list shared env var key names from .env.local
POST /env — set a shared env var in .env.local
DELETE /env/{key} — remove a shared env var from .env.local
GET /{name}/env — list function-specific env var key names
POST /{name}/env — set a function-specific env var
DELETE /{name}/env/{key}— remove a function-specific env var
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.