-
For Quarkus REST extension I can use I'm trying to parse HAL body with REST Client.
Is there is any extension or mechanism to support that? I know that I can wrap it in response object line |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This looks like more of a question for Quarkus. I don't think |
Beta Was this translation helpful? Give feedback.
This looks like more of a question for Quarkus. I don't think
quarkus-rest-links
uses RESTEasy, but I could be wrong. Either way, RESTEasy itself will support JSON, but there is no built in support for HAL. TBH I'm not sure what HAL is in this context :)