res://addons/w4gd/supabase/client.gd
Inherits: res://addons/w4gd/supabase/endpoint.gd < RefCounted
Supabase client.
Properties
Methods
get_identity ( ) |
|
get_rest_client ( ) |
Property Descriptions
res://addons/w4gd/supabase/auth.gd auth
The auth end-point.
res://addons/w4gd/supabase/pg_meta.gd pg
The pgmeta end-point.
res://addons/w4gd/supabase/realtime.gd realtime
The realtime end-point.
res://addons/w4gd/supabase/rest.gd rest
The PostgREST end-point.
res://addons/w4gd/supabase/storage.gd storage
The storage end-point.
Method Descriptions
res://addons/w4gd/supabase/identity.gd get_identity ( )
Gets the identity.
res://addons/w4gd/rest-client/client.gd get_rest_client ( )
Gets the REST client.