# Bose SoundTouch API [github](https://github.com/timvw/bose_soundtouch) [crates.io](https://crates.io/crates/bose_soundtouch) [docs.rs](https://docs.rs/bose_soundtouch) [build status](https://github.com/timvw/bose_soundtouch/actions?query=branch%3Amain) This library provides a client for the Bose SoundTouch API. ```toml [dependencies] bose_soundtouch = "0.1" ``` ## Usage Running the example can be done as following: ```bash cargo run --example bose status ```