Supabase.Connection.new

You're seeing just the function new, go back to Supabase.Connection module for more information.

Specs

new() :: t()

Specs

new(String.t(), String.t()) :: t()
Link to this function

new(base_url, api_key, access_token)

View Source

Specs

new(String.t(), String.t(), String.t()) :: t()