tumblr / pytumblr

A Python Tumblr API v2 Client
Apache License 2.0
723 stars 196 forks source link

Fixed 'after' and 'before' params to blog_likes(), Added a test to show problem #60

Closed avaleske closed 7 years ago

avaleske commented 9 years ago

Added a test that fails when using the 'after' argument to client.blog_likes(), and added 'after' and 'before' to the valid_parameters list

ngreenwood6 commented 9 years ago

@avaleske I believe that this pull request will solve the issues you are running into https://github.com/tumblr/pytumblr/pull/59.