Go to file
Koen Bolhuis 67d9bf9632 Fix handling of HTTP 204 on statistics endpoints
The ListenBrainz API returns 204 and an empty document
when there are no statistics, which can't be parsed as
JSON. Therefore the return types of statistics endpoints
now includes an Option to reflect this.
2021-01-14 02:42:33 +01:00
src Fix handling of HTTP 204 on statistics endpoints 2021-01-14 02:42:33 +01:00
.gitignore Initial commit 2021-01-09 04:36:14 +01:00
Cargo.toml Add categories field to Cargo.toml 2021-01-13 13:05:13 +01:00
LICENSE Add LICENSE, README.md and Cargo.toml fields 2021-01-10 21:50:29 +01:00
README.md Add LICENSE, README.md and Cargo.toml fields 2021-01-10 21:50:29 +01:00

README.md

listenbrainz

ListenBrainz API bindings for Rust.