retired-guy
Results
1
issues of
retired-guy
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' %...