| Crates.io | bravia_api |
| lib.rs | bravia_api |
| version | 0.1.0 |
| created_at | 2023-07-05 11:39:19.952465+00 |
| updated_at | 2023-07-05 11:39:19.952465+00 |
| description | Sony Bravia API wrapper |
| homepage | |
| repository | https://github.com/Tostapunk/bravia-api-rs |
| max_upload_size | |
| id | 908919 |
| size | 164,695 |
Rust wrapper for Sony Bravia APIs.
This project is unofficial and not related in any way to Sony.
Add the following to your Cargo.toml:
[dependencies]
bravia_api = "0.1"
Then you can use it like this:
let bravia = Bravia::new("ADDRESS", Some("PASSWORD")).await?;
bravia.service_name().api_name().await?
where:
Licensed under either of Apache License, Version 2.0 or MIT license at your option.