Struct jamendo::Client
[−]
[src]
pub struct Client {
// some fields omitted
}The Client is used to create actions
pub struct Client {
// some fields omitted
}The Client is used to create actions
impl Clientfn new(client_id: &str) -> Clientfn get_albums(&self) -> Action<Album>fn get_users_albums(&self) -> Action<UsersAlbums>fn get_artists(&self) -> Action<Artist>fn get_users_artists(&self) -> Action<UsersArtists>fn get_tracks(&self) -> Action<Track>fn get_users_tracks(&self) -> Action<UsersTracks>