Albums class

Endpoint for albums v1/albums

Inheritance

Constructors

Albums(SpotifyApiBase api)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String albumId) Future<Album>
Retrieves an album with its albumId
getTracks(String albumId) Pages<TrackSimple>
Returns the tracks of a given albumId
list(List<String> albumIds) Future<Iterable<Album>>
Returns album informations about a list of albumIds
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
tracks(String albumId) Pages<TrackSimple>
Returns the tracks of a given albumId

Operators

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