Replies: 1 comment 1 reply
-
Hi @Ashken12 👋 The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am experiencing an issue with the Artifact Hub API while trying to retrieve package search results. Specifically, when I attempt to fetch multiple pages of results using the pagination parameters (page), I consistently receive the same set of results regardless of the page number specified.
Here are the details of my API requests:
Base URL: https://artifacthub.io/api/v1/packages/search
Query Parameter: ts_query_web=mysql
Limit: 60 results per page
For example, both of the following requests return the same results:
Page 1: https://artifacthub.io/api/v1/packages/search?limit=60&page=1&ts_query_web=mysql
Page 2: https://artifacthub.io/api/v1/packages/search?limit=60&page=2&ts_query_web=mysql
I’ve checked the API documentation, but I couldn’t find any information indicating that the pagination is restricted in this manner.
Could you please provide insight into whether this is a known issue, or if there are any specific guidelines for properly implementing pagination in API requests?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions