You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To efficiently manage and discover the growing number of indexes, implement RESTful endpoints that allow for listing all indexes and retrieving specific index details.
Tasks
Create a GET /indexes endpoint to list all indexes.
Create a GET /indexes/{indexId} endpoint to fetch details of a specific index.
Acceptance Criteria
Users can list all indexes and retrieve detailed information about any index through RESTful endpoints.
The text was updated successfully, but these errors were encountered:
k-allagbe
changed the title
Endpoints to provide index availability and information in finesse-backend
Implement Index Discovery Endpoints in finesse-backendMay 7, 2024
Description
To efficiently manage and discover the growing number of indexes, implement RESTful endpoints that allow for listing all indexes and retrieving specific index details.
Tasks
GET /indexes
endpoint to list all indexes.GET /indexes/{indexId}
endpoint to fetch details of a specific index.Acceptance Criteria
The text was updated successfully, but these errors were encountered: