Class

rocks.grape.lib.spotify.service.public

ArtistService

Related Doc: package public

Permalink

class ArtistService extends SpotifyService

Linear Supertypes
SpotifyService, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArtistService
  2. SpotifyService
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArtistService(wsLog: WSLoggingClient)()

    Permalink
    Annotations
    @Inject()

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getArtist(artistId: String): ServiceResult[Artist]

    Permalink

    Get an Artist Get Spotify catalog information for a single artist identified by their unique Spotify ID.

    Get an Artist Get Spotify catalog information for a single artist identified by their unique Spotify ID. Spotify Api Doc

    artistId

    The Spotify ID for the artist.

    returns

    Artist or ServiceError as Future

  10. def getArtistAlbums(artistId: String): ServiceResult[Seq[Album]]

    Permalink

    Get Albums of an Artist Get Spotify catalog information about an artist’s albums.

    Get Albums of an Artist Get Spotify catalog information about an artist’s albums. Spotify Api Doc

    artistId

    The Spotify ID for the artist.

    returns

    List of Albums or ServiceError as Future

  11. def getArtistRelatedArtists(artistId: String, country: String): ServiceResult[Seq[Artist]]

    Permalink

    Get an Artist’s Related Artists Get Spotify catalog information about artists similar to a given artist.

    Get an Artist’s Related Artists Get Spotify catalog information about artists similar to a given artist. Similarity is based on analysis of the Spotify community’s listening history. Spotify Api Doc

    artistId

    The Spotify ID for the artist.

    country

    an ISO 3166-1 alpha-2 country code https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2

    returns

    List of Artists or ServiceError as Future

  12. def getArtistTopTracks(artistId: String): ServiceResult[Seq[Track]]

    Permalink

    Get an Artist’s Top Tracks Get Spotify catalog information about an artist’s top tracks by country.

    Get an Artist’s Top Tracks Get Spotify catalog information about an artist’s top tracks by country. Spotify Api Doc

    artistId

    The Spotify ID for the artist.

    returns

    List of Tracks or ServiceError as Future

  13. def getArtists(artistIds: Seq[String]): ServiceResult[Seq[Artist]]

    Permalink

    Get Several Artists Get Spotify catalog information for several artists based on their Spotify IDs.

    Get Several Artists Get Spotify catalog information for several artists based on their Spotify IDs. Spotify Api Doc

    artistIds

    A list of the Spotify IDs for the artists. Maximum: 50 IDs.

    returns

    List of Artists or ServiceError as Future

  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. val spotifyBaseUrl: String

    Permalink
    Definition Classes
    SpotifyService
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SpotifyService

Inherited from AnyRef

Inherited from Any

Ungrouped