Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 862 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 862 Bytes

What is it?

This is a Java wrapper for the Elixir Music Discord bot's HTTP API.

Usage

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>

Implementing

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.

Examples

Code examples can be found in the /src/java/tech/xigam/tests/Environment.java file.