Commit Graph

307 Commits

Author SHA1 Message Date
Matt Kane
7472f41948 add recommendations endpoints 2016-03-30 15:08:34 -04:00
Paul Lamere
dd021c4087 Added top lists support 2016-03-12 09:59:16 -05:00
Paul Lamere
4cf7a8ab90 Added top artists and tracks support 2016-03-12 07:32:01 -05:00
Paul Lamere
4587a0771d Cleaning up some tests 2016-02-20 08:54:11 -05:00
Paul Lamere
9d51880728 Added some audio feature tests 2016-02-20 08:33:31 -05:00
Paul Lamere
9c0b872e86 Adapted to new audio_features response 2016-02-17 09:18:06 -05:00
Paul Lamere
38ea4b6910 better handling when missing json payload 2016-02-12 07:24:28 -05:00
Paul Lamere
550be583b7 better detection of empty json block 2016-02-12 06:30:45 -05:00
Paul Lamere
23d75aa4c6 improve handling of err responses with no payload 2016-02-12 06:08:29 -05:00
Paul Lamere
44bbfac8b7 Added category end points 2016-02-02 07:25:33 -05:00
Paul Lamere
365d3714bf checkpoint 2015-12-30 16:11:27 -05:00
myselfhimself
8de2591c18 Avoid unneeded token renewal when cached token's scope contains currently required scope
Before that there was a strict string comparision "cached scope" == "currently required scope". Added a scope subset detection method.
2015-12-02 20:56:44 +01:00
Aarno Aukia
ffe64828b5 clarify SPOTIPY_REDIRECT_URI registration/authentication process 2015-10-31 16:59:04 +01:00
Gerhard Poul
f832bd54dd Fix usage message 2015-10-13 21:20:53 +02:00
Paul Lamere
1bdd8b32c3 updated version number 2015-08-10 09:18:57 -04:00
Paul Lamere
329ef5722b Added api to get current users followed artists 2015-08-10 09:17:14 -04:00
Mattia Maestrini
ec638870ca Add 'market' parameter to the search endpoint 2015-08-05 18:52:38 +01:00
Paul Lamere
10cf88da90 Improved retry logic 2015-06-08 14:38:05 +02:00
Paul Lamere
fd9441a1e7 Merge pull request #56 from joohoi/python3
Python3 support
2015-06-08 14:36:17 +02:00
Joona Hoikkala
42f3921a0f Tox configuration for running test for Python 2.7 and 3.4 at once. 2015-06-05 14:00:00 +03:00
Joona Hoikkala
660f34b343 Close the connection when done 2015-06-05 13:49:01 +03:00
Joona Hoikkala
c944cc772f Fixes for the remaining base64 lib references 2015-06-05 13:17:58 +03:00
Joona Hoikkala
a541b3bb81 Support both Python 2 & 3 base64 library 2015-06-05 13:12:36 +03:00
Ryan
a3a68be7bc ascii decode in _refresh_access_token 2015-06-05 12:21:37 +03:00
Joona Hoikkala
1737a550d3 Fix for python 2 to use the safe raw_input() per default 2015-06-05 12:19:38 +03:00
Joona Hoikkala
d6a14bc83d Urllib compatibility fix to support both python 2 & 3 2015-06-05 12:16:30 +03:00
Joona Hoikkala
d08f7a82dc Support print() as function in Python 2 2015-06-05 12:14:13 +03:00
Joona Hoikkala
3d46d7a035 Removed old comment, as the API is fixed in this regard 2015-06-05 12:12:34 +03:00
Joona Hoikkala
f19682cc80 Fixed (byte)string handling when calling base64 lib 2015-06-05 12:11:06 +03:00
Joona Hoikkala
1f833afa45 Initial run of 2to3 2015-06-05 12:07:28 +03:00
Paul Lamere
96edfc44ab Merge pull request #54 from jsundram/master
Support for getting tracks from albums with more than 50 tracks
2015-06-04 18:09:31 +02:00
jsundram
283c35f592 offset/limit only makes sense for album_tracks 2015-06-03 21:16:12 -07:00
jsundram
bbed19fdaa Support for offset/limit with album/album_tracks API 2015-06-03 20:54:49 -07:00
Paul Lamere
c075f80470 Merge pull request #52 from sharkone/patch-1
Fixed artist_albums.py
2015-05-26 19:16:06 -04:00
Thomas Texier
4982cf1167 Fixed artist_albums.py
Was luckily working correctly, but was accessing the artist "global" variable, instead of the passed parameter.
2015-05-26 18:46:28 -04:00
Paul Lamere
0d2e173099 Fixed retry bug again 2015-04-28 07:17:10 -04:00
Paul Lamere
cf75879a15 debugging retry logic 2015-04-28 06:38:35 -04:00
Paul Lamere
a7936b8351 Updated change docs 2015-04-28 06:26:38 -04:00
Paul Lamere
b96fd5ca8d Fixed problem with retry support 2015-04-28 06:25:06 -04:00
Lorenzo Mele
def9777607 Update __init__.py
fixing issue #41: importing client is made using relative path
2015-04-14 01:03:29 +02:00
Paul Lamere
1b75562ce4 Support for client credentials flow 2015-04-01 10:21:56 -04:00
Paul Lamere
a78421a6e8 Added automatic retry logic for gets 2015-04-01 10:16:24 -04:00
Paul Lamere
c8c44c1b28 Merge pull request #46 from fsahin/master
Implement client credentials flow
2015-04-01 10:14:57 -04:00
Faruk Sahin
8d4643c2e1 Add client credentials flow 2015-04-01 16:09:54 +02:00
Paul Lamere
9e2ec08437 Merge pull request #45 from jsteinb/reorder_tracks
Add user_playlist_reorder_tracks method
2015-03-30 14:43:34 -04:00
jsteinb
04111e7dbe user_playlist_reorder_tracks 2015-03-30 06:25:16 -04:00
Paul Lamere
31894b8087 Merge pull request #43 from JMPerez/patch-1
Add 'playlist' to the search endpoint documentation
2015-02-19 10:28:53 -05:00
José Manuel Pérez
ae71e89326 Add 'playlist' to the search endpoint documentation 2015-02-19 15:01:44 +01:00
Paul Lamere
db453d4d45 updated version and changes 2015-01-05 14:58:03 -05:00
Paul Lamere
948e3f1ef7 Changed 40x response test for unauthenticated playlist access 2015-01-05 14:55:39 -05:00