spring-projects / spring-projects/spring-hateoas
Hateoas returns relative link in Spring Web flux application
Open
@odrotbohm is already working on this.
Since Nov 29, 2021.
process: waiting for feedback
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 476
- PR merge metrics
- No merged PRs in 30d
Description
"links": [
{
"rel": "self",
"href": "/v1/clients/testclientone/accounts/testclientone/runs?pageToken=&limit=2&sortBy=createdAt:desc"
},
{
"rel": "next",
"href": "/v1/clients/testclientone/accounts/testclientone/runs?pageToken=XXXX&limit=2&sortBy=createdAt:desc"
}
]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.