Constants
URL = 'https://ws.audioscrobbler.com/2.0/'
module-attribute
Base URL for the LastFM API
LIMIT = 500
module-attribute
The maximum number of items to retrieve in a single pagination request. This limit is used to control the amount of data returned by the API. This can be changed during runtime by the 'amount' parameter in each method that uses pagination request.
LIMIT_SEARCH = 50
module-attribute
The maximum number of items to retrieve in a single search request. This limit is used to control the amount of data returned by the API. This can be changed during runtime by the 'amount' parameter in each method that uses search request.
MAX_WEEKLY_CHART = 1000
module-attribute
This is set in LastFM backend for the weekly data from users.