ancientjpeg / mussty

0 stars 0 forks source link

Refactor `Paginator` to give direct results access #10

Open ancientjpeg opened 8 months ago

ancientjpeg commented 8 months ago

Add a results method to the paginator and use that instead of the __iter__ methodology.

ancientjpeg commented 8 months ago

also take this opportunity to refactor the get_tracks/add_song API with

  1. Better naming
  2. get_tracks returning records and the Service base adding them internally.