seejohnrun:tumblr Java client: jumblrLast week we announced our first official API client, for JavaS
seejohnrun:tumblr Java client: jumblrLast week we announced our first official API client, for JavaScript (read: the announcement). This week we’re back to announce the release of an official Java client, Jumblr:Blog blog = client.blogInfo("seejohnrun.tumblr.com");for (Post post : blog.posts()) { post.like(); // you're too kind..}Like its JavaScript counterpart, Jumblr comes with full support for all of the API V2 endpoints. Check out more detail on the github page!If you’re interested in following along with any of our open-source work, check out our GitHub page. -- source link