//! Contains low-level functionality to work with the ListenBrainz API.
//!//! This module is mostly a thin wrapper around the HTTP API.
//! It contains the [`Client`] type, as well as low-level models
//! for [request] and [response] data.
modclient;modendpoint;pubmodjspf;pubmodrequest;pubmodresponse;pubuseself::client::Client;