Supabase.FetcherBehaviour behaviour (supabase_fetcher v0.1.0)
Defines Supabase HTTP Clients callbacks
Summary
Types
Link to this type
body()
Link to this type
headers()
Link to this type
method()
@type method() :: :get | :post
Link to this type
reason()
Link to this type
response()
Link to this type
result()
Link to this type
url()
Callbacks
Link to this callback
delete(url, body, headers)
Link to this callback
get(url, headers)
Link to this callback
post(url, body, headers)
Link to this callback
put(url, body, headers)
Link to this callback
stream(url, headers, keyword)
Link to this callback