spotify.cr
spotify.cr copied to clipboard
:headphones: A Crystal wrapper for the Spotify Web API
Hey! I know this repo hasn't been touched in a long time, but I've recently created a Spotify library for Crystal (before realising this one existed!) at https://github.com/t1ra/crystalize. In fear...
Hello, I've checked your project and it either: * Has specs failed with the latest Crystal (0.26.1) * Has no any specs to run so it cannot be validated to...
Hey, what happened with this project? It has some interesting arch. I am building an API client myself. Mine has POSTs as well. I like your Resource idea. I wish...
Currently we have several unnecessary inner classes - AlbumTrack -> Has the same attributes as Track, but some of the attributes are nil able. - AlbumArtist -> Should be mapped...
- Authentication - Model relationships - Abstractions - Search
Currently we're not handling HTTP errors, we must prevent parsing invalid JSON over our resources, because it will raise runtime errors. I suggest for a small fix like: ``` crystal...
Currently we have shitty abstractions for the resource, the request and the API setup. Basically we have to improve this parts of the code: https://github.com/marceloboeira/spotify.cr/blob/master/src/spotify/resource.cr I'm not sure currently what...