## Description We want to add the necessary methods in this SDK to interact with the **Webhook API**. This feature is introduced in Meilisearch 1.17.0, [see releases](https://github.com/meilisearch/meilisearch/releases). For more context, please see: - [the usage guide](https://www.notion.so/meilisearch/Usage-for-webhook-API-23f4b06b651f8054b6fed3ca02641770) - the related issue in Meilisearch: https://github.com/meilisearch/meilisearch/issues/5792 ## Tasks - [ ] Add the new methods to interact with the Meilisearch API - [ ] Add new tests cases - [ ] Add code samples in [.code-samples.meilisearch.yaml](../blob/main/.code-samples.meilisearch.yaml) for webhook They should perform the same action as the curl calls in [Meilisearch docs](https://github.com/meilisearch/documentation/pull/3336/files#diff-65d25ef75b16ef426e9e9d93d4ab97e174f75dd16ca8e4c0d7f4b7ca03173516)
Description
We want to add the necessary methods in this SDK to interact with the Webhook API. This feature is introduced in Meilisearch 1.17.0, see releases.
For more context, please see:
Tasks