Open ancientjpeg opened 8 months ago
Add a results method to the paginator and use that instead of the __iter__ methodology.
results
__iter__
also take this opportunity to refactor the get_tracks/add_song API with
get_tracks/add_song
get_tracks
Service
Add a
results
method to the paginator and use that instead of the__iter__
methodology.