letterboxd-rs icon indicating copy to clipboard operation
letterboxd-rs copied to clipboard

Letterboxd API for access to data on the Letterboxd.com website in Rust.

Results 2 letterboxd-rs issues
Sort by recently updated
recently updated
newest added

It might be worth splitting up `client.rs` and `defs.rs` into sub-paths based on the endpoint type. I think that as the number of supported endpoints grows, keeping all the client...

The endpoint is a POST request without reponse body, which is different to other requests normally heaving a body reponse. Therefore, it does not fit to the POST macro. Also...