[FIXED] Meaning and usage of "_embedded" in HATEOAS
Issue I’m using Spring Data REST, which supports HATEOAS. I’m new to this paradigm. In GET responses from my RESTful
Read moreIssue I’m using Spring Data REST, which supports HATEOAS. I’m new to this paradigm. In GET responses from my RESTful
Read moreIssue I want to add an extra link to a entity such as: "_links": { "self": { "href": "http://localhost:8080/api/organizaciones" },
Read moreIssue There is a Kotlin variant of the linkTo method of Spring HATEOAS that takes a reified type parameter for
Read moreIssue I have configured a RepositoryRestResource on a PageAndSortingRepository that accesses an Entity that includes a composite Id: @Entity @IdClass(CustomerId.class)
Read moreIssue I am reading from an external API with hypermedia links and OAuth2 authentication using Spring’s WebClient. When accessing the
Read more