We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
The server answers the exploreProfiles query pageInfo field with this :
pageInfo
"pageInfo": { "prev": "{\"offset\":0}", "next": "{\"offset\":10}", "totalCount": 12382 }
However, I think it should answer with more parameters in next and prev fields, like in explorePublications below :
next
prev
"pageInfo": { "prev": "{\"timestamp\":1655134829263,\"offset\":0,\"randomizer\":10}", "next": "{\"timestamp\":1655134829263,\"offset\":10,\"randomizer\":10}", "totalCount": 8635 }
These additionnal parameters are needed when fetching more results from an initial request in order not to have the same result twice.
Bye.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
The server answers the exploreProfiles query
pageInfo
field with this :However, I think it should answer with more parameters in
next
andprev
fields, like in explorePublications below :These additionnal parameters are needed when fetching more results from an initial request in order not to have the same result twice.
Bye.
The text was updated successfully, but these errors were encountered: