Getting Started
Here we explain how to use the Wale API correctly.
Last updated
Here we explain how to use the Wale API correctly.
Last updated
To integrate the Wale API into your project, we recommend using Gradle or Maven. Do not shade it.
First, you need to register the repository server by using the following URL:
After that, add the dependency to your project.
You can always check the latest version on the . For this documentation, version 1.5.8
is used.
Important: Do not shade the API yourself; depend on the Wale plugin, which always includes the latest API version.
Create only one instance per plugin. If you have multiple plugins using the API, try to create only one instance and centralize it, as it can save on traffic.