Param Singh
Param Singh
Hi there, this seems really interesting and I'd like to work on creating a simulation. However, I'm kinda new and if you could maybe point me to some place where...
Hi, I've been away from a computer for a while which is why I haven't been able to make much progress. I will begin looking into the examples as soon...
This now includes tests for the other user stats endpoints as well.
>Is this something you'd be interested in having in pylistenbrainz API? @ssssam Yes, I'm definitely interested in keeping up with the ListenBrainz API. Is this something you want to write...
Coming up with a design shouldn't be much work. My high-level thoughts (at least for stage 1) are as follows: # get user playlists ``` def get_user_playlists(self, username, count=None, offset=None)...
>Sounds good, so... created_for and collaborator flags? Would collaborator return the union of playlists/ and playlists/collaborator/ (seems more intuitive) or only playlists/collaborator/ (maps closer to the real API?). That's what...