DiscordEmoji-API

Java Wrapper for the DiscordEmoji.com API

License

License

Categories

Categories

Discord API Business Logic Libraries
GroupId

GroupId

de.kaleidox
ArtifactId

ArtifactId

discordemoji-api
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

DiscordEmoji-API
Java Wrapper for the DiscordEmoji.com API
Project URL

Project URL

https://github.com/burdoto/DiscordEmoji-API
Source Code Management

Source Code Management

https://github.com/burdoto/DiscordEmoji-API

Download discordemoji-api

How to add to project

<!-- https://jarcasting.com/artifacts/de.kaleidox/discordemoji-api/ -->
<dependency>
    <groupId>de.kaleidox</groupId>
    <artifactId>discordemoji-api</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.kaleidox/discordemoji-api/
implementation 'de.kaleidox:discordemoji-api:1.0.0'
// https://jarcasting.com/artifacts/de.kaleidox/discordemoji-api/
implementation ("de.kaleidox:discordemoji-api:1.0.0")
'de.kaleidox:discordemoji-api:jar:1.0.0'
<dependency org="de.kaleidox" name="discordemoji-api" rev="1.0.0">
  <artifact name="discordemoji-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.kaleidox', module='discordemoji-api', version='1.0.0')
)
libraryDependencies += "de.kaleidox" % "discordemoji-api" % "1.0.0"
[de.kaleidox/discordemoji-api "1.0.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 4.1.0
com.fasterxml.jackson.core : jackson-databind jar 2.10.0.pr1
com.fasterxml.jackson.module : jackson-module-afterburner jar 1.9.4

Project Modules

There are no modules declared in this project.

DiscordEmoji-API Build Status Javadocs Maven Central Release Development Release

Java-Wrapper for the discordemoji.com API

Importing

Gradle

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'
}

Using

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.

Speed Test Results

These are the time results for the wrapper when performing a full cache refresh on startup:

Speedtest Results

Versions

Version
1.0.0