Salta ai contenuti

The Java SDK

Questi contenuti non sono ancora disponibili nella tua lingua.

Package VersionGithub starsthe TCGdex Java SDK is released under the MIT license.the TCGdex JAvascript SDK is released under the MIT license.

Installation

  1. add the repository in your build.gradle

    repositories {
    ...
    maven { url 'https://jitpack.io' }
    }
  2. Add the dependency in your build.gradle

    dependencies {
    implementation 'net.tcgdex:java-sdk:{Version}'
    }

Usage

WIP

You can check in the JSON REST API docs and select the correct tab to see the command specific for your SDK

Source Code

The source code for the SDK is available on Github !