Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Response without Links in payload #68

Open
fernandohlb opened this issue Apr 19, 2022 · 0 comments
Open

Response without Links in payload #68

fernandohlb opened this issue Apr 19, 2022 · 0 comments

Comments

@fernandohlb
Copy link

  • Add labels appropriate to the issue

I'm running the application in my IDE in a local environment, but when I'm trying to get the customers with the curl command (curl http://localhost:8084/customers) the response is returning with empty links.

Response Example

{"_embedded":{"customer":[{"firstName":"Eve","lastName":"Berger","username":"Eve_Berger","id":"57a98d98e4b00679b4a830af","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}},{"firstName":"User","lastName":"Name","username":"user","id":"57a98d98e4b00679b4a830b2","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}},{"firstName":"User1","lastName":"Name1","username":"user1","id":"57a98d98e4b00679b4a830b5","_links":{"addresses":{},"cards":{},"customer":{},"self":{}}}]}}

@fernandohlb fernandohlb changed the title Links are not returning in the response Response without Links in payload Apr 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant