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

@plone/types: Batching information missing from batched requests #6267

Open
JeffersonBledsoe opened this issue Aug 21, 2024 · 0 comments
Open

Comments

@JeffersonBledsoe
Copy link
Member

A request to http://localhost:8080/Plone/++api++/@querystring-search include the following object:

batching: {
    '@id': 'http://localhost:8080/Plone/++api++/@querystring-search',
    first: 'http://localhost:8080/Plone/++api++/@querystring-search?b_start=0',
    last: 'http://localhost:8080/Plone/++api++/@querystring-search?b_start=9',
    next: 'http://localhost:8080/Plone/++api++/@querystring-search?b_start=3'
  },

This information is missing from the types. It's probably used elsewhere as well, I just haven't tried anywhere else yet...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant