Supabase.Storage.Objects.get

You're seeing just the function get, go back to Supabase.Storage.Objects module for more information.

Specs

get(Supabase.Connection.t(), String.t()) :: {:error, map()} | {:ok, binary()}
Link to this function

get(conn, bucket, object)

View Source

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()}