Create instance of a specific booru site
Base URI of a booru site
Credentials for authentication on the site
Base URI of a booru site
Functions that convert API responses to Booru data objects
Stores any global options for the booru. This has different members based on the booru type.
Stores credentials for authentication. From outside the class, use credentials accessor or set it in the constructor directly.
Functions that build the URI to fetch for each Booru function
True if this booru has a XML-based API.
Set credentials object to use for authentication on the site. See Credentials for more about required fields.
Check if the auth credentials are set
Get a single Artist by ID
ID of the artist
Get a single Comment by ID
ID of the comment
Add a post to favorites
ID of the target post
GET an API call result as an object
Part of the URI appended to the base
Axios config object
Get a single Note by ID
ID of the note
Get a single Pool by ID
ID of the pool
Get a single Post by ID
ID of the post
Remove a post from favorites
ID of the target post
Get a single User by ID
ID of the user
Get a single Wiki page by ID
ID of the wiki page
Generated using TypeDoc
An instance of a specific booru site. Has common methods for getting data from a booru. Can be used on its own or as a ZenBridge service.