Expand description
Edge Functions module for Supabase
This module provides functionality to invoke Supabase Edge Functions. Edge Functions are server-side TypeScript functions that run on the edge, close to your users for reduced latency.
§Features
- Standard Invocation: Traditional request/response function calls
- Streaming Responses: Server-sent events and streaming data
- Function Metadata: Introspection and function discovery
- Local Development: Testing utilities for local functions
- Enhanced Error Handling: Detailed error context and retry logic
Structs§
- Function
Metadata - Function metadata and introspection information
- Functions
- Edge Functions client for invoking serverless functions
- Invoke
Options - Configuration for function invocation
- Local
Config - Local development configuration
- Retry
Config - Retry configuration for function invocation
- Stream
Chunk - Streaming chunk from function response
Enums§
- Function
Status - Function execution status