listenbrainz-rs/src
Dom Rodriguez e0d25815f0
Add support for alternative Listenbrainz hosts
This commit adds support for alternative Listenbrainz hosts.

L10 defines the most used official host for Listenbrainz.

I have refactored the Client struct to have the `api_root_url` field.
This is automatically set to the value L10 defines, when a Client is
instantiated with `new()`. On the invocation of `client_with_url(url:
&str)`, the `api_root_url` field is set to the Listenbrainz instance
API root URL passed to the function.

The 1:1 functions <-> API methods have been modified to use
`self.api_root_url` as the base of the `format!()` macro invoked, rather
than the global constant of `API_ROOT_URL`.

This commit has been tested with the examples, and appears to be
functional.

Fixes #2.

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
2021-08-30 16:26:39 +01:00
..
raw Add support for alternative Listenbrainz hosts 2021-08-30 16:26:39 +01:00
error.rs Represent invalid tokens with an error instead of a boolean 2021-01-20 00:52:10 +01:00
lib.rs Add example to crate root 2021-01-20 01:11:47 +01:00
wrapper.rs Update comment for ListenBrainz::playing_now 2021-01-30 02:31:57 +01:00