Supabase.Storage.Objects (Supabase v0.3.0) View Source
Link to this section Summary
Link to this section Functions
Specs
Specs
Specs
Specs
delete( Supabase.Connection.t(), Supabase.Storage.Bucket.t() | String.t(), String.t() ) :: {:ok, map()} | {:error, map()}
Specs
Specs
get( Supabase.Connection.t(), Supabase.Storage.Bucket.t(), Supabase.Storage.Object.t() ) :: {:error, map()} | {:ok, binary()}
get(Supabase.Connection.t(), String.t(), String.t()) :: {:error, map()} | {:ok, binary()}
Specs
list( Supabase.Connection.t(), String.t() | Supabase.Storage.Bucket.t(), String.t(), keyword() ) :: {:ok, [Supabase.Storage.Object.t()]} | {:error, map()}