Companion

object Companion : SupabasePluginProvider<Functions.Config, Functions> (source)

See also

Properties

Link copied to clipboard
const val API_VERSION: Int = 1

The current functions api version

Link copied to clipboard
open override val key: String
Link copied to clipboard
const val LOGGING_TAG: String

The tag for the Functions logger.

Link copied to clipboard

The header for specifying which region the function should be called in

Functions

Link copied to clipboard
open override fun create(supabaseClient: SupabaseClient, config: Functions.Config): Functions
Link copied to clipboard
open override fun createConfig(init: Functions.Config.() -> Unit): Functions.Config
Link copied to clipboard
open override fun setup(builder: SupabaseClientBuilder, config: Functions.Config)