HolodexWrapper Documentation

Introduction

A Java wrapper for the Holodex APIarrow-up-right developed with Java 11.

This project is heavily inspired by Holodex.NETarrow-up-right, you could even interpret it as an almost 1:1 translation of it.

Features

  • Support for all the currently available GET and POST endpoints.

  • Objects to easily customize your requests.

  • All request parameters are included as constants (+70 VTuber groups and organizations).

Dependencies

  • dotenv-java 2.3.2

  • unirest-java 1.4.9

  • lombok 1.18.26

  • junit-jupiter-engine 5.9.3

  • jackson-databind 2.15.0

  • jackson-datatype-jdk8 2.14.2

  • jackson-datatype-jsr318 2.15.0

Download

Getting Started

  1. Generate your API key (follow the guide arrow-up-rightat the official Holodex API documentation).

  2. Add the dependency to your project.

  3. Enjoy!

Last updated