tumblr / jumblr

Tumblr API v2 Java Client
Apache License 2.0
278 stars 105 forks source link

Return number of Draft and Queued Posts for a blog #74

Open Linus12 opened 9 years ago

Linus12 commented 9 years ago

While the Tumblr interface returns the Total Number of Draft Posts and the total number of Queued Posts for a blog, the Jumblr interface did not include them. Thus calling applications were forced to "count" them directly instead; a resource wasting process. This change returns these two counts in the Blog class.

Linus12 commented 9 years ago

Updated Test routines as well