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
👉 Check carefully the usage above to ensure your new methods and objects integrate all the functionnalities
Create two new methods getBatch() and getBatches() triggering the appropriate new route (check out getTask and getTasks since the behavior will be pretty similar)
A new batch object will probably be needed to be created.
Ensure the task object can accept the batchUid field
Add tests
⚠️ Make PRs pointing to bump-meilisearch-v1.12.0 and NOT main. Please do 1 PR for all of these changes, and not several.
The text was updated successfully, but these errors were encountered:
Related to meilisearch/integration-guides#307
Explanation of the feature
GET /batches
&GET /batches/:uid
routestask
object:batchUid
Usage: https://meilisearch.notion.site/Enhance-visibility-on-batched-tasks-1194b06b651f810b8fe0fab5d72846a8?pvs=74
TODO
👉 Check carefully the usage above to ensure your new methods and objects integrate all the functionnalities
getBatch()
andgetBatches()
triggering the appropriate new route (check outgetTask
andgetTasks
since the behavior will be pretty similar)batch
object will probably be needed to be created.task
object can accept thebatchUid
fieldbump-meilisearch-v1.12.0
and NOTmain
. Please do 1 PR for all of these changes, and not several.The text was updated successfully, but these errors were encountered: