|
From: Terefang V. <ter...@gm...> - 2015-06-15 14:39:43
|
hi!
i am currently trying to implement a rest client in java using 'retrofit'
and dtos.
the problem that i am having is that that objects returned by a GET
to "/entity/{entityId}/attribute" are not structurally equivalent to the
object used in a PUT.
eg. in the first case we have a list of strings (possible base64 encoded),
and in the second case there is a list of json objects.
is this a mistake ?
cheers,
--
Terefang
|