Zum Inhalt springen

The Kotlin SDK

Dieser Inhalt ist noch nicht in deiner Sprache verfügbar.

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 !