Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 2.17 KB

File metadata and controls

43 lines (24 loc) · 2.17 KB

TODO

Todo

Todo, Maybe

Done

  • Add before_id to valid params for #dashboard

  • Add no_validate option to client constructor allowing all methods to bypass validate_options

  • Allow use of the :npf argument in all routes that fetch arrays of posts: drafts, blog_likes, queue, submissions, tagged, likes.

  • Either finish changing all instances of options={} to **options to respect Ruby 3 changes or rewind last set of changes

    Temporarily rewinded some splats to avoid breaking options hashes which include keys formatted like this:

    options["data[#{idx}]"] = Faraday::UploadIO.new(filepath, mime_type)

    ...until NPF-compatibility overhaul of Tumblr::Post methods.