python-tidal
python-tidal copied to clipboard
Feature Request: Add Album Review
album.py is missing get_review(). I've tested this in the current rc:
def get_review(self):
"""
Retrieve the album review
:return: A string containing the album review
"""
return self.requests.request('GET', 'albums/%s/review' % self.id).json()['text']