-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels