Crate deezer

Crate deezer 

Source
Expand description

Provides a rust implementation of the Deezer Api.

To interact with the api create a new instance of DeezerClient which provides all available apis and also handles authentication.

Additionally each Deezer Object which is queryable by id implements the DeezerObject trait which allows direct fetching of the given object via DeezerObject::get().

Modules§

models
Contains all api objects

Structs§

DeezerClient
Entrypoint to interact with all deezer apis

Enums§

DeezerError
Every api which can fail will return a DeezerError.