Skip to content

Conversation

@allburov
Copy link

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")
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant