API Reference#

placeholder text

Clients#

placeholder text

Client#

HTTPClient#

Exceptions#

placeholder text

exception aiolastfm.exceptions.LastFmException#

Base exception for all aiolastfm exceptions.

exception aiolastfm.exceptions.InvalidResponse#
exception aiolastfm.exceptions.HTTPException(response: ClientResponse, data: dict[str, Any])#
exception aiolastfm.exceptions.AuthenticationFailed(response: ClientResponse, data: dict[str, Any])#
exception aiolastfm.exceptions.InvalidAPIKey(response: ClientResponse, data: dict[str, Any])#
exception aiolastfm.exceptions.ServiceOffline(response: ClientResponse, data: dict[str, Any])#
exception aiolastfm.exceptions.ServiceUnavailable(response: ClientResponse, data: dict[str, Any])#
exception aiolastfm.exceptions.APIKeySuspended(response: ClientResponse, data: dict[str, Any])#
exception aiolastfm.exceptions.RateLimitExceeded(response: ClientResponse, data: dict[str, Any])#