bravia_api

Crates.iobravia_api
lib.rsbravia_api
version0.1.0
sourcesrc
created_at2023-07-05 11:39:19.952465
updated_at2023-07-05 11:39:19.952465
descriptionSony Bravia API wrapper
homepage
repositoryhttps://github.com/Tostapunk/bravia-api-rs
max_upload_size
id908919
size164,695
Mattia Schiavon (Tostapunk)

documentation

https://docs.rs/bravia_api

README

logo

bravia-api-rs

Rust wrapper for Sony Bravia APIs.
This project is unofficial and not related in any way to Sony.

Usage

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:

  • "ADDRESS" is the address of your server
  • "PASSWORD" is optional and only needed when the authentication level is not "None"

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

Commit count: 5

cargo fmt