chore: expose cloud client
This commit is contained in:
parent
56f4c0698c
commit
49218453bc
|
|
@ -102,7 +102,7 @@ impl Default for ClientConfiguration {
|
||||||
///
|
///
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
pub struct Client {
|
pub struct Client {
|
||||||
pub(crate) cloud_client: reqwest::Client,
|
pub cloud_client: reqwest::Client,
|
||||||
pub(crate) gotrue_client: gotrue::api::Client,
|
pub(crate) gotrue_client: gotrue::api::Client,
|
||||||
pub base_url: String,
|
pub base_url: String,
|
||||||
pub ws_addr: String,
|
pub ws_addr: String,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue