TODO: Write up a description of what this package does.
composer require exactsports/spotify
Spotify::getUserTopItems(TopItemsRequestDto $requestDto)
Describe what this does and when / how to use it.
SpotifyHttpClient::getApiCall(string $endpoint, array $headers)
SpotifyHttpClient::postApiCall(string $endpoint, array $headers, array $bodyParams)
SpotifyHttpClient::postAccountCall(string $endpoint, array $headers, array $bodyParams)
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you've found a bug regarding security please mail security@spatie.be instead of using the issue tracker.
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Spatie, Kruikstraat 22, 2018 Antwerp, Belgium.
We publish all received postcards on our company website.
The aggregate root functionality is heavily inspired by Frank De Jonge's excellent EventSauce package. A big thank you to Dries Vints for giving lots of valuable feedback while we were developing the package.
1 Quote taken from Event Sourcing made Simple
The MIT License (MIT). Please see License File for more information.