# Spaceralk Speak to Spacewalk XML-RPC API with Rust. ``` $ cargo run -- -U https:/// -m auth.login -j '["admin", "admin"]' Result: String("") $ cargo run -- -U https:/// -m channel.listAllChannels -j '[""]' $ cargo run -- -U https:/// -m channel.software.listAllPackages -j '["", "channel_label"]' ``` ## TODO * HTTPS : https://github.com/hyperium/hyper/issues/985 - use a proxy for now. * Better error handling.