pub async fn execute_rest<T: DeserializeOwned + Send>(
http: &Client,
method: Method,
url: &str,
headers: HeaderMap,
body: Option<Value>,
api_key: &str,
schema: &str,
parts: &SqlParts,
) -> SupabaseResponse<T>Expand description
Execute a PostgREST request and parse the response.