Patreon / patreon-java

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

Is this library still being maintained? #48

Open paulhobbel opened 1 year ago

paulhobbel commented 1 year ago

Like the title suggests, I am wondering whether this lib is still being maintained. There are some serious vulnerabilities in this lib like stated in #45. It also seems some new features like discordId are not implemented yet.

supern64 commented 1 year ago

The version of the JSON API converter bundled with this library also no longer exists on JitPack.

allburov commented 9 months ago

Hi! Probably we could create a community-driven library if there's no time for Patreon's employees to maintain the library. I've made a fork with first steps torwards support Patreon API v2. You're welcome to join! :) https://github.com/devlikeapro/patreon-java

codebard commented 8 months ago

This library is not maintained at this moment. It may be maintained in the future, but its not certain. At this point forking this and adapting the fork to your purposes would be the best. Removing JSON API converter is a good idea - just using whatever handles JSON in your app/framework would be better. If the lib is included in the list of maintained libs in the future, we would likely remove that lib, therefore doing it when you are forking it should make it easier.