Shows class

Endpoint of shows v1/shows

Inheritance

Constructors

Shows(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

episodes(String showId, [Market? market]) Pages<Episode>
Get a Show's Episodes
get(String showId, {Market? market}) Future<Show>
Get a single show
list(List<String> showsId) Future<Iterable<Show>>
Get one or several shows
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