Struct jamendo::Client [] [src]

pub struct Client {
    // some fields omitted
}

The Client is used to create actions

Methods

impl Client

fn new(client_id: &str) -> Client

fn 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>