consts.py
This module contains several constants.
API_URL: str
¤
The url of Deezer's unofficial API server.
LEGACY_API_URL: str
¤
The url of Deezer's official API server.
METHOD_GET_LYRICS: str
¤
The song.getLyrics method for the Deezer API request.
METHOD_GET_TRACK: str
¤
The song.getData method for the Deezer API request.
METHOD_GET_USER: str
¤
The deezer.getUserData method for the Deezer API request.
METHOD_PAGE_TRACK: str
¤
The deezer.pageTrack method for the Deezer API request.