Patreon / patreon-java

Interact with the Patreon API via OAuth
Apache License 2.0
53 stars 26 forks source link

Patreon API v2 #53

Open allburov opened 9 months ago

allburov commented 9 months ago

Hi! I've made some initial changes to support Patreon API v2. It's not fully implemented yet, but you can find it useful!

Here's how you can install it in your project: https://github.com/devlikeapro/patreon-java

repositories {
    // The fork is not published to maven central yet, so you need to add the jitpack repository
    maven("https://jitpack.io")
}

dependencies {
    // Or specify a specific commit hash instead of master-SNAPSHOT
    implementation("com.github.devlikeapro:patreon-java:master-SNAPSHOT")
}