Is it possible to get HTTP client results with domain classes? #45
-
Hello, Thanks, Matteo. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
yeah, it's possible to desterilize json response and convert to object that I created under domain package. |
Beta Was this translation helpful? Give feedback.
yeah, it's possible to desterilize json response and convert to object that I created under domain package.
for ex, some of market data endpoints, I did some tests that map json result to object
but, I didn't finish, I consider to do a part of this feature for the next version like "GenericResponse"