-
Notifications
You must be signed in to change notification settings - Fork 0
Official SDK
The Color Blurple edited this page Jun 11, 2024
·
1 revision
There is an official JVM-Based SDK, the code located here.
If you dont want to/can't use the SDK, you can send raw HTTP(S) requests and save cookies in a file or the program itself.
The REST API is explained here, along with a bit of Python, Javascript, and cURL code.
Add this line to your build.gradle
file;
implementation 'com.github.OneDSix:1d6-api:sdk:[VERSION]'
Check the [VERSION]
to the newest one and you're done.
TODO
All examples are in at least Java, some examples are in Kotlin and Scala as well.
Java
Kotlin
TODO