Current section
Files
Jump to
Current section
Files
lib/spotify/seed.ex
defmodule Spotify.Seed do
@moduledoc """
Spotify can make recommendations by providing seed data. The response
contains a seed object.
"""
defstruct ~w[ afterFilteringSize afterRelinkingSize href id initialPoolSize type ]a
end