Fetches the comments on an image
The ID of the image to fetch comments from
Fetches an image and its associated details
The ID of the image to fetch
A Promise wrapping the fetched image
Boilerplate to fetch JSON data from Derpibooru
Options for the request
A Promise wrapping the returned data
Fetches a tag and its associated details by name
A Promise wrapping the fetched tag
Fetches a tag and its associated details by ID
The ID of the tag to fetch
A Promise wrapping the fetched tag
Fetches a user and their associated details by name
A Promise wrapping the fetched user
Fetches a user and its associated details by ID
THIS IS A VERY VERY VERY DIRTY HACK, BUT DERPIBOORU'S API DESIGN REQUIRES ITS EXISTENCE! I'M SORRY!
The ID of the user to fetch
A Promise wrapping the fetched user
Searches for images that are visually similar to the image provided.
The options to search with
A Promise wrapping the returned results
Searches for a set of images matching the given query
The options to search with
A Promise wrapping the search results
Sets up some basic settings for the Fetch instance
YOU SHOULD NOT NEED TO CALL THIS YOURSELF. IT IS DONE AT MODULE INITIALIZATION TIME.
Generated using TypeDoc
Various functions for fetching information from Derpibooru
Fetch