aboutsummaryrefslogtreecommitdiff
path: root/pandora/client.py
Commit message (Expand)AuthorAge
* WIP: rate limitsrate-limitsMike Crute2020-06-16
* Use black for formattingMike Crute2020-06-08
* Remove 'no cover' pragmasMike Crute2019-04-07
* Upgrade Python syntax with pyupgrade --py3-plusHugo2019-04-07
* Reorganize modelsMike Crute2019-04-02
* Remove deprecated constructorsMike Crute2019-04-02
* Enhancement: Adds additional audio urls (#58)Skybound12018-12-10
* create_station returns a Station modelMike Crute2018-09-01
* Add no-cover pragmasMike Crute2017-10-07
* Add support for searching genre stations. (#45)John Cass2016-06-06
* Throw InvalidUserLogin error when login failsMike Crute2016-01-09
* Add return value back that went missing during merge.jcass2016-01-04
* Set checksum explicitly instead of manually adding to JSON results.jcass2016-01-03
* Add ad_token to AdItem definition.jcass2016-01-02
* Fix pep8 violations.jcass2015-12-29
* Align with using Pandora's ParameterMissing exception for ValueErrors.jcass2015-12-28
* Fix for python3Mike Crute2015-12-27
* Move validation check to be performed before expensive network call.jcass2015-12-22
* Fix pep8 formatting violation.jcass2015-12-21
* Process ad tokens in-place instead of making a copy of the list.jcass2015-12-21
* Fix pep8 indentation error.jcass2015-12-21
* Additional error checking and test cases for retrieving ad metadata.jcass2015-12-21
* Add suppot for more advertisement fields.jcass2015-12-21
* Fix 'stationId' field name.jcass2015-12-07
* Move quality query to APIMike Crute2015-12-06
* Style cleanupMike Crute2015-12-06
* PEP8 style cleanupMike Crute2015-12-05
* Ad support is always enabledMike Crute2015-12-05
* Minor style cleanupMike Crute2015-12-05
* Encapsulate ad processing: API consumers no longer need to be ad-aware.jcass2015-12-05
* Enable advertisement support by default. Reformat code layout.jcass2015-12-05
* Add helper function to concatenate dictionaries. Add test cases for ad support.jcass2015-12-05
* Add ad_support configuration parameter support. Update test cases.jcass2015-12-05
* Add PlaylistModel superclass to refactor common ad_item and playlist_item log...jcass2015-12-05
* Add support for retrieving ad metadata and registering ad tokens.jcass2015-12-05
* Fix retrieval and parsing of checksum for genre stations.jcass2015-12-03
* Add support for genre station checksums.jcass2015-11-28
* Reset transport on partner authMike Crute2015-07-19
* Login as partner when there is a token errorMike Crute2015-07-17
* Split client into multiple filesMike Crute2015-07-04