SKAlbum

public struct SKAlbum : Album, JSONDecodable

A Spotify album.

See also

The Web API Simplified and Full Album objects.
  • Declaration

    Swift

    public let albumType: SKAlbumType
  • Declaration

    Swift

    public let artists: [SKArtist]?
  • Declaration

    Swift

    public let availableMarkets: [String]?
  • Declaration

    Swift

    public let externalURLs: [String : URL]
  • url

    Declaration

    Swift

    public let url: URL
  • id

    Declaration

    Swift

    public let id: String
  • Declaration

    Swift

    public let images: [SKImage]
  • Declaration

    Swift

    public let name: String
  • uri

    Declaration

    Swift

    public let uri: String
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public var isSimplified: Bool { get }