Function make_client

Source
pub async fn make_client(
    endpoint_url: Option<String>,
    timeout_config: Option<TimeoutConfig>,
) -> Client