tzmfreedom / rustforce

Salesforce REST API Client by Rust
MIT License
41 stars 19 forks source link

Soap Login Tweaks / Build Chain through mut #19

Closed 0cv closed 2 years ago

0cv commented 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?;
tzmfreedom commented 2 years ago

released 0.2.2 https://crates.io/crates/rustforce/0.2.2