Base URI of a booru site
Credentials for authentication on the site
Base URI of a booru site
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.
Salt used when hashing passwords, depends on the site you want to access. Use {} where the password should go.
// Example with Konachan's salt
konachan.salt = 'So-I-Heard-You-Like-Mupkids-?--{}--'
Check if the auth credentials are set
Public getter for the salt
Setter for salt, checks if braces are present in the string
Get a single Comment by ID
ID of the comment
GET an API call result as an object
Part of the URI appended to the base
Axios config object
Get a single Pool by ID
ID of the pool
Get a single Wiki page by ID
ID of the wiki page
Generated using TypeDoc
Create instance of a specific booru site