SpotifyApiBase class abstract

Implementers

Constructors

SpotifyApiBase(SpotifyApiCredentials credentials, [Client? httpClient, dynamic callBack(SpotifyApiCredentials)?])
SpotifyApiBase.fromAuthCodeGrant(AuthorizationCodeGrant grant, String responseUri)
SpotifyApiBase.fromClient(FutureOr<BaseClient> client)

Properties

albums Albums
no setter
artists Artists
no setter
audioAnalysis AudioAnalysisEndpoint
no setter
audioFeatures AudioFeatures
no setter
browse Browse
no setter
categories Categories
no setter
client FutureOr<Client>
no setter
episodes Episodes
no setter
hashCode int
The hash code for this object.
no setterinherited
markets Markets
no setter
me Me
no setter
player PlayerEndpoint
no setter
playlists Playlists
no setter
recommendations RecommendationsEndpoint
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
no setter
shows Shows
no setter
tracks Tracks
no setter
users Users
no setter

Methods

Expands shortened spotify url
getCredentials() Future<SpotifyApiCredentials>
handleResponseWithBody(Response response) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

authorizationCodeGrant(SpotifyApiCredentials credentials, Client httpClient, {String? codeVerifier, dynamic onCredentialsRefreshed(SpotifyApiCredentials)?}) → AuthorizationCodeGrant