Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pagination / Sort support in http interface client #3046

Open
hesselapplications opened this issue Feb 16, 2024 · 0 comments
Open

Pagination / Sort support in http interface client #3046

hesselapplications opened this issue Feb 16, 2024 · 0 comments
Labels
type: enhancement A general enhancement

Comments

@hesselapplications
Copy link

It would be great if http interface clients had support for:

  • Page as a response type
  • Pageable / Sort as request parameters
interface FooClient {
  @GetExchange("/foos")
  public fun getFoos(
    pageRequest: Pageable,
  ): Page<Foo>
}

This would bring feature parity for what is supported in controllers today. I believe spring openfeign clients support this as well

Original: spring-projects/spring-framework#32286

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Feb 16, 2024
@mp911de mp911de transferred this issue from spring-projects/spring-data-rest Feb 20, 2024
@mp911de mp911de added type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants