Patreon / patreon-java

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

Concerns about the API wrapper #28

Closed adamint closed 5 years ago

adamint commented 5 years ago

I have a few concerns about the current state of the Java wrapper.

At least three dependencies should be removed.

I'm still curious as to why the 'fetchX()' syntax is used instead of the usual getX(). Would you all be able to share the rationale behind that?