tumblr / pytumblr

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

blog/{blog-identifier}/following API #90

Closed brondavies closed 7 years ago

brondavies commented 7 years ago

I am trying to use this api: https://www.tumblr.com/docs/en/api/v2#blog-following but It seems as though it is not implemented in pytumblr so I wrote this

        url = '/v2/blog/%s/following/' % blog_name
        response = get_client().send_api_request("get", url, values, ["limit", "offset"])

however, I always get a 404 error. Is the documentation missing something?

finalion commented 7 years ago

Exactly. Maybe this interface has been removed, but I think it's very useful.