Java-Wrapper for the discordemoji.com API
For importing this project using Gradle, you need to add the following to your build.gradle:
repositories {
jcenter()
}
dependencies {
implementation 'de.kaleidox:discordemoji-api:1.0.0'
}This wrapper contains a facade class that can be conveniently used to request anything provided by the discordemoji.com API.
Requested object are stored in a cache and can be re-requested by their IDs using the respective getByID(int) method.
These are the time results for the wrapper when performing a full cache refresh on startup:
