jar

io.github.kodehawa : imageboard-api

Maven & Gradle

Dec 27, 2023
53 stars

imageboard-api · Simple asynchronous Java API wrapper around the most popular danbooru-compatible (Konachan, Yande.re, Danbooru, Gelbooru, etc) booru APIs.

Table Of Contents

Latest Version

Download io.github.kodehawa : imageboard-api JAR file - Latest Versions:

All Versions

Download io.github.kodehawa : imageboard-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.6.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window imageboard-api-2.6.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

net.kodehawa.lib.imageboards.entities

├─ net.kodehawa.lib.imageboards.entities.BoardImage.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.Rating.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.RatingDeserializer.class - [JAR]

net.kodehawa.lib.imageboards.requests

├─ net.kodehawa.lib.imageboards.requests.RequestAction.class - [JAR]

├─ net.kodehawa.lib.imageboards.requests.RequestFactory.class - [JAR]

net.kodehawa.lib.imageboards.entities.impl

├─ net.kodehawa.lib.imageboards.entities.impl.DanbooruImage.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.impl.FurryImage.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.impl.GelbooruImage.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.impl.KonachanImage.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.impl.Rule34Image.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.impl.SafeFurryImage.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.impl.SafebooruImage.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.impl.YandereImage.class - [JAR]

net.kodehawa.lib.imageboards.boards

├─ net.kodehawa.lib.imageboards.boards.Board.class - [JAR]

├─ net.kodehawa.lib.imageboards.boards.CustomBoard.class - [JAR]

├─ net.kodehawa.lib.imageboards.boards.DefaultBoards.class - [JAR]

net.kodehawa.lib.imageboards.entities.exceptions

├─ net.kodehawa.lib.imageboards.entities.exceptions.QueryFailedException.class - [JAR]

├─ net.kodehawa.lib.imageboards.entities.exceptions.QueryParseException.class - [JAR]

net.kodehawa.lib.imageboards

├─ net.kodehawa.lib.imageboards.DefaultImageBoards.class - [JAR]

├─ net.kodehawa.lib.imageboards.ImageBoard.class - [JAR]

├─ net.kodehawa.lib.imageboards.ImageBoards.class - [JAR]