Skip to main content

execute_rest

Function execute_rest 

Source
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.