Supabase.Fetcher.ResponseAdapter protocol (supabase_potion v0.6.1)
Summary
Functions
Normalizes a client-specific response into a Supabase.Fetcher.Response struct.
Types
@type t() :: term()
All the types that implement this protocol.
Functions
@spec from(Supabase.Fetcher.Adapter.response()) :: Supabase.Fetcher.Response.t()
Normalizes a client-specific response into a Supabase.Fetcher.Response struct.