I am making a simple Spring Boot application with a POST API. I want to return my request in the form of jsonapi.org standard. How can I do that?
I tried HATEOAS, but I’m still not able to implement it. Is it right?
I am making a simple Spring Boot application with a POST API. I want to return my request in the form of jsonapi.org standard. How can I do that?
I tried HATEOAS, but I’m still not able to implement it. Is it right?