gmusicapi icon indicating copy to clipboard operation
gmusicapi copied to clipboard

Expose mobileclient stateful interface

Open simon-weber opened this issue 12 years ago • 0 comments
trafficstars

The webclient was stateless, whereas the mobileclient is inherently stateful. However, to ease moving from one client to another, I've currently been replicating the webclient interface with the mobileclient.

Since the backing api is stateful, though, I'd like to expose that too. If nothing else, this will speed up my testing. The resulting methods will probably look something like eg mc.get_all_playlist_changes_since(datetime).

simon-weber avatar Aug 06 '13 15:08 simon-weber