Supabase.rest

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

Entrypoint for the Postgrest library

Example

Supabase.rest(access_token)
|> Postgrestex.from("profiles")
|> Postgrestex.call()
Link to this function

rest(access_token, options)

View Source