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
Add a new task routes file to get, cancel, and delete tasks. The cancel task should be a post route. See get_tasks, cancel_tasks, and delete_tasks in meilisearch-python-async for implementation details.
Tests should also be added for these routes.
The text was updated successfully, but these errors were encountered:
Add a new task routes file to get, cancel, and delete tasks. The cancel task should be a
post
route. Seeget_tasks
,cancel_tasks
, anddelete_tasks
in meilisearch-python-async for implementation details.Tests should also be added for these routes.
The text was updated successfully, but these errors were encountered: