Commit Graph

41 Commits

Author SHA1 Message Date
Thomas Hooper 6c3c384bf0 Add show_dialog auth url option
Optional. Whether or not to force the user to approve the app again if they’ve already done so. If false (default), a user who has already approved the application may be automatically redirected to the URI specified by redirect_uri. If true, the user will not be automatically redirected and will have to approve the app again.

From https://developer.spotify.com/web-api/authorization-guide/
2017-08-02 10:36:10 +01:00
Paul Lamere d2f047514d Merge pull request #150 from mbirtwell/state_per_authorize_tests
Add unittest for state per authorize
2017-01-18 17:38:40 -05:00
Michael Birtwell 19449da361 Add unittest for state per authorize 2017-01-07 16:27:25 +00:00
Michael Birtwell d092683be3 Make is_token_expired public
Make is_token_expired_public on SpotifyClientCredentials and SpotifyOAuth.
This method is useful for checking whether tokens that have been stored in cookies etc have timed out. So it's useful for library users to have access to it.

Refactor common implementation of is_token_expired
2017-01-07 16:21:13 +00:00
Michael Birtwell 2b5583f2e6 Fix the unit tests
They were using the old name of refresh_access_token from before it was changed by @eugenio412.
2017-01-03 20:50:26 +00:00
Paul Lamere eecff1fce7 Expanded 404 test 2016-12-31 17:54:12 -05:00
Paul Lamere 325bf99a29 Added market search tests 2016-12-31 11:47:41 -05:00
Paul Lamere 36c830021f added unfollow endpoint + tests 2016-12-31 10:58:01 -05:00
Paul Lamere 76df337079 Added test for current_user_playlists 2016-12-31 10:33:31 -05:00
Paul Lamere d18892a99e Added timeout test 2016-12-31 09:52:03 -05:00
Willie Zhu 6d67858e8c Add audio analysis API 2016-12-15 16:21:05 -05:00
Jason Hamilton 7f0f7efe49 fixes test for related artists. Fixes issue #128. 2016-11-11 11:28:40 -08:00
Kevin M Granger 8a26e03178 Add OAuth cache tests 2016-06-16 20:34:10 -04:00
Paul Lamere 7a5beadd17 Added artist_recommendations example
fixed recs test
2016-03-30 15:41:22 -04:00
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 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 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
Paul Lamere 329ef5722b Added api to get current users followed artists 2015-08-10 09:17:14 -04: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 1f833afa45 Initial run of 2to3 2015-06-05 12:07:28 +03:00
jsundram bbed19fdaa Support for offset/limit with album/album_tracks API 2015-06-03 20:54:49 -07:00
Paul Lamere b96fd5ca8d Fixed problem with retry support 2015-04-28 06:25:06 -04:00
Paul Lamere 1b75562ce4 Support for client credentials flow 2015-04-01 10:21:56 -04:00
Faruk Sahin 8d4643c2e1 Add client credentials flow 2015-04-01 16:09:54 +02:00
Paul Lamere 948e3f1ef7 Changed 40x response test for unauthenticated playlist access 2015-01-05 14:55:39 -05:00
Aarni Koskela 004ef98a2c Test Requests session functionality. 2015-01-03 20:26:35 +02:00
Paul Lamere 8adbfe6f6d Added playlist tracks method. Updated tests. 2014-11-15 07:20:11 -05:00
Paul Lamere 373218083f Added support for new_releases and featured_playlists endpoints. 2014-10-25 06:40:51 -04:00
Paul Lamere 1813b2502e reuse testing playlist for every test 2014-08-21 06:56:23 -04:00
Paul Lamere f43faea723 Added authtests 2014-08-20 15:50:32 -04:00
Paul Lamere 7601aaab58 refacord to support playlist editing 2014-08-20 14:08:49 -04:00
Paul Lamere ceaa030468 Fixed album search test 2014-06-19 14:41:52 -04:00
Paul Lamere a48feaab66 Updated search tests to match updated api 2014-05-16 14:02:33 -04:00
Paul Lamere 75df13d894 Added examples, improved docs 2014-05-16 07:56:59 -04:00
Paul Lamere 9105e58562 Added the 'collaboration.py' example 2014-04-07 13:10:25 -04:00
hugovk 6e8ae44c5a pyflakes and some pep8 2014-04-05 21:52:57 +03:00
Paul Lamere dfced54992 first commit 2014-04-05 09:12:01 -04:00