Letterboxd API for Rust 
Letterboxd API client for accessing the data on the Letterboxd.com website in Rust.
Example
use Runtime;
let api_key_pair = from_env.unwrap;
let client = new;
let req = SearchRequest ;
let resp = client.search;
let mut rt = new.unwrap;
let resp = rt.block_on.unwrap;
println!;
For more examples cf. tests/integration.rs.
Note: Not all APIs are implemented. Feel free to contribute missing implementation, usually these are very straight forward.
License
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this document by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.