Table of Contents

Namespace Supabase.Functions

Classes

Client
Client.FunctionRegion

Define the region for requests

Client.InvokeFunctionOptions

Options that can be supplied to a function invocation.

Note: If Headers.Authorization is set, it can be later overriden if a token is supplied in the method call.

FunctionsDiagnostics

Names of the diagnostic sources the Functions client emits to. Pass these when wiring up OpenTelemetry so you don't have to hardcode (case-sensitive) source names: TracerProviderBuilder.AddSource(FunctionsDiagnostics.SourceName) and MeterProviderBuilder.AddMeter(FunctionsDiagnostics.SourceName).