Open
Description
It looks like the taggedRequest()
method was removed in this commit. The previous functionality of this method is still the correct way to fetch posts by tag, as documented on https://api.tumblr.com.
Currently, clients can still construct the GET /v2/tagged
requests themselves via TMRequestFactory
, but we should continue to provide a convenience method, as we do for other common actions.