patreon-java
patreon-java copied to clipboard
Is this library still being maintained?
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.
The version of the JSON API converter bundled with this library also no longer exists on JitPack.
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
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.