Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package github
    Definition Classes
    com
  • package gondolav
    Definition Classes
    github
  • package spotify4s

    This is the documentation for spotify4s, an intuitive and lightweight Scala library for the Spotify Web API.

    This is the documentation for spotify4s, an intuitive and lightweight Scala library for the Spotify Web API.

    Package structure

    - The auth package contains classes useful for authorization.

    - The entities package contains classes representing the objects obtainable by the API.

    - The Spotify class represents a Spotify API client.

    Definition Classes
    gondolav
  • package auth

    This package contains classes useful for authorization.

  • package entities

    This package contains classes representing the objects obtainable by the API.

    This package contains classes representing the objects obtainable by the API.

    Some endpoints return simplified versions of the resource objects. For this reason, the classes in this package represent fields not present in the simplified versions as Options.

  • Spotify

package spotify4s

This is the documentation for spotify4s, an intuitive and lightweight Scala library for the Spotify Web API.

Package structure

- The auth package contains classes useful for authorization.

- The entities package contains classes representing the objects obtainable by the API.

- The Spotify class represents a Spotify API client.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spotify4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package auth

    This package contains classes useful for authorization.

  2. package entities

    This package contains classes representing the objects obtainable by the API.

    This package contains classes representing the objects obtainable by the API.

    Some endpoints return simplified versions of the resource objects. For this reason, the classes in this package represent fields not present in the simplified versions as Options.

Type Members

  1. final class Spotify extends AnyRef

    A Spotify API client.

    A Spotify API client. Instantiating a client triggers automatically the authorization flow passed as parameter.

Value Members

  1. object Spotify

Inherited from AnyRef

Inherited from Any

Ungrouped