The Java SDK
Questi contenuti non sono ancora disponibili nella tua lingua.
Installation
-
add the repository in your
build.gradle
repositories {...maven { url 'https://jitpack.io' }} -
Add the dependency in your
build.gradle
dependencies {implementation 'net.tcgdex:java-sdk:{Version}'}
-
add the repository in your
pom.xml
<repositories><repository><id>jitpack.io</id><url>https://jitpack.io</url></repository></repositories> -
Add the depedency in your
pom.xml
<dependency><groupId>net.tcgdex</groupId><artifactId>java-sdk</artifactId><version>{Version}</version></dependency>
Usage
WIP
You can check in the JSON REST API docs and select the correct tab to see the command specific for your SDK