Hayri Bakici

Results 26 issues of Hayri Bakici

This PR adds heavy refactoring regarding the Pages-objects This is a rather a big one... The goal of this PR is to allow `CursorPages` to have a `stream()` functionality like...

In order to increase the score of the pub.dev, there should be more documentation. See [here (Provide Documentation)](https://pub.dev/packages/spotify/score).

chore

This PR adds a `me/player/shuffle` and a `me/player` endpoint. In particular, since `shuffle` changes the user's current playback, this method is doing 2 requests: 1. the shuffle itself (a `PUT`...

Adresses #87 . This PR allows to users to add a page to the blocking list from the browser history.

Hi, thank you for your extension. It is very helpful. If adding a new site to block, instead of typing the url in the textbox, it would be nice to...

This PR adds the `browse/new-releases` endpoint. Since browsing categories in [`categories.dart`](lib/src/endpoints/categories.dart) and browsing new releases share the same `v1/browse/` api-path, I let the class `Categories` inherit from the `Browse` class:...

Hi @scokobro , first of, thank you for this filter. I tried to run my pandoc with `pandoc --filters abbrev.py test.md -o out.pdf`, however I get this error ```ImportError: No...

Since the json attributes of the `PlayOrResumeOptions` must be disjointed, two new classes have been implemented to keep unnecessary attributes out of the request body. This is the consequence of...

As asked in #185 for debug tools for this library, a library user should enable or disable debug tools with levels of detail such as - logging for http requests/responses...

enhancement

Since dart 1.2.0, a new class `BaseResponseWithUrl` has been introduced. For this, the following could be improved: 1. fix #154 2. have a more streamlined authorization flow or we could...

enhancement