Crate supabase_function_rs

Source

Re-exports§

pub use client::FunctionsClient;
pub use errors::FunctionsError;
pub use errors::FunctionsFetchError;
pub use errors::FunctionsHttpError;
pub use errors::FunctionsRelayError;
pub use models::FunctionInvokeOptions;
pub use models::FunctionRegion;
pub use models::FunctionsResponse;
pub use models::InvokeBody;
pub use models::HttpMethod;
pub use models::ResponseData;

Modules§

client
errors
models