Package-level declarations

Types

Link copied to clipboard
class EdgeFunction constructor(val functionName: String, val headers: Headers, val supabaseClient: SupabaseClient)

Represents a reusable edge function. Can be created using Functions.buildEdgeFunction

Link copied to clipboard

The region where the function is invoked.

Link copied to clipboard

Plugin to interact with the supabase Edge Functions API

Properties

Link copied to clipboard

The Functions plugin handles everything related to supabase's edge functions