Supabase.Storage.Buckets (Supabase v0.3.0) View Source

Link to this section Summary

Link to this section Functions

Specs

create(Supabase.Connection.t(), String.t()) :: {:ok, map()} | {:error, map()}

Specs

delete(Supabase.Connection.t(), String.t() | Supabase.Storage.Bucket.t()) ::
  {:error, map()} | {:ok, map()}
Link to this function

delete_cascase(conn, bucket)

View Source

Specs

delete_cascase(
  Supabase.Connection.t(),
  String.t() | Supabase.Storage.Bucket.t()
) ::
  {:error, map()} | {:ok, map()}

Specs

empty(Supabase.Connection.t(), String.t() | Supabase.Storage.Bucket.t()) ::
  {:error, map()} | {:ok, map()}

Specs

get(Supabase.Connection.t(), String.t()) ::
  {:error, map()} | {:ok, Supabase.Storage.Bucket.t()}

Specs

list(Supabase.Connection.t()) ::
  {:ok, [Supabase.Storage.Bucket.t()]} | {:error, map()}