* Description: A JSON interface to shimmie data [WARNING] * Documentation: * */ class ShimmieApiInfo extends ExtensionInfo { public const KEY = "shimmie_api"; public $key = self::KEY; public $name = "Shimmie JSON API"; public $url = self::SHIMMIE_URL; public $authors = self::SHISH_AUTHOR; public $description = "A JSON interface to shimmie data [WARNING]"; public $documentation = "Admin Warning - this exposes private data, eg IP addresses
Developer Warning - the API is unstable; notably, private data may get hidden
Usage:
get_tags - List of all tags. (May contain unused tags)
get_image - Get image via id.
find_images - List of latest 12(?) images.
get_user - Get user info. (Defaults to id=2 if both are empty)