Spotify API client library.
def deps do
[
{:sptfy, "~> ..."}
]
end
See the documentation.
# Unit tests
$ mix test
# Integration tests
$ SPOTIFY_TOKEN="..." mix test ./integration_test
Spotify API client library.
def deps do
[
{:sptfy, "~> ..."}
]
end
See the documentation.
# Unit tests
$ mix test
# Integration tests
$ SPOTIFY_TOKEN="..." mix test ./integration_test