OptionalauthOptionalauthThe uername of the user you want to authenticate with
OptionalbaseThe base URL for the API.
OptionaldefaultThe v2/mode format every post-returning method across the lib falls back to when called without
explicit v2/mode options (e.g. posts.get(), posts.search(), favorites.search(),
popular.get(), iqdbQueries.get()/.post(), and convenience methods on returned post models like
post.update()). Per-call options still take priority over this.
OptionalrequestThe number of seconds before a request times out
OptionalstatusThe url to use for status checks.
OptionaluserThe user agent to use for requests
OptionaluserWhether to send the user agent in the _client query parameter instead of the User-Agent header.
This is useful in browsers, where setting the User-Agent header is not allowed.
The api key you want to authenticate with (Account -> Manage API Access)