Closed 0cv closed 2 years ago
So that this becomes possible
let mut client = Client::new(None, None); client .set_login_endpoint("https://test.salesforce.com") .login_by_soap("username".to_string(), "password".to_string()) .await?;
released 0.2.2 https://crates.io/crates/rustforce/0.2.2
So that this becomes possible