Is it possible to get HTTP client results with domain classes? #45
|
Hello, Thanks, Matteo. |
Answered by
VictorFrWu
Dec 26, 2023
Replies: 1 comment 1 reply
|
yeah, it's possible to desterilize json response and convert to object that I created under domain package. |
1 reply
Answer selected by
VictorFrWu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"