This is a Java wrapper for the Elixir Music Discord bot's HTTP API.
Add Elixir-API as a dependency.
Replace VERSION
with the latest version found in GitHub Releases.
<dependency>
<groupId>tech.xigam</groupId>
<artifactId>Elixir-API</artifactId>
<version>VERSION</version>
</dependency>
There is no documentation for the wrapper:tm: but the code is self-explainatory. Documentation will be added soon:tm: in the form of comments and on the Wiki.
Code examples can be found in the /src/java/tech/xigam/tests/Environment.java
file.