Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve library #62

Open
ramarro123 opened this issue Apr 30, 2021 · 0 comments
Open

improve library #62

ramarro123 opened this issue Apr 30, 2021 · 0 comments

Comments

@ramarro123
Copy link

Hello,

the lib it's too basic for java usage, it totally miss strong typing, everything returned it's a JSONObject, it shouldn't be like that, that's javascript style nor java.

you should make models of every request/response and return an object for every call, modeled with getter/setter/arraylist/whatever, it shouldn't be the developer to do jsonbobject.get("objects") ... for... etc...

it should really all demanded to libs, with feature like jacksonmapper that convert the json into a pojo

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

No branches or pull requests

1 participant