supabase-community / postgrest-go

Isomorphic Go client for PostgREST. (Now Updating)
https://supabase.io
Apache License 2.0
170 stars 27 forks source link

fix: support context paths on RPC calls #18

Closed darora closed 2 years ago

darora commented 2 years ago

The leading forward slash sends rpc calls to the root of the URL, stripping out any context paths that might've been supplied.