-
-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedcriticality: highOf high impactOf high impactphase: implementationWork is in the implementation phaseWork is in the implementation phasetopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Arduino IDE2 has the capability to fetch the sketches from the arduino create API.
During the initialization phase the following function gets called:
const sketches = await this.createApi.sketches();
We noticed that create-api has a pagination implemented that limits result to 120 result per page, we need to enable fetching with pagination.
To do so, the sketches()
method implementation need to handle the pagination and return the result once all the sketches are correctly fetched from the endpoint
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedcriticality: highOf high impactOf high impactphase: implementationWork is in the implementation phaseWork is in the implementation phasetopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project