tumblr / tumblr_client

A Ruby Wrapper for the Tumblr v2 API
Apache License 2.0
224 stars 86 forks source link

Offset on draft doesn't work #49

Closed albertobissacco closed 8 years ago

albertobissacco commented 9 years ago
#Controller
def draft
 @posts = @client.draft(params[:blog_name], :offset => params[:offset])
end

the offset parameter it seem not working. For example if i get this url address: www.mywebsite.com/blog/blog_name/draft?offset=100 i have always the same results without the offset.

albertobissacco commented 9 years ago

50 draft accept before_id param and not offset.

meissadia commented 8 years ago

Any chance this fix will be merged? I have the fix implemented on my machine but would like users of my own project, based on this gem, to not have to hack anything. Thanks!