Amélie
Amélie
**Description** In all the methods that allow sending a query parameter as struct like: - TasksQuery - DocumentsQuery - IndexesQuery - KeysQuery We check that the parameter limit exists: ```...
It was decided for the consistency between the SDK that the name of the methods retrieving a resource list would be pluralized rather than using the word `All`. However the...
An "unknown" type is available in the type list but it has not been used or very little in this SDK. It could be great and cleaner to replace all...
Following this discussion https://github.com/meilisearch/product/discussions/403 Need to add some Test
**Description** Currently, the python SDK contains only a few classes including `Index` and `Client`. it would be nice to implement all the resources returned by the API of `Meilisearch` in...
The link on this [paragraph](https://docs.meilisearch.com/learn/cookbooks/running_production.html#step-3-secure-and-finish-your-setup-using-a-reverse-proxy-domain-name-and-https) doesn't work. It could be replaced by this [one](https://certbot.eff.org/instructions?ws=nginx&os=debianbuster)
**Description** Following this [discussion](https://github.com/meilisearch/meilisearch-dotnet/pull/300#discussion_r930297756) Currently, in all the methods that allow sending a query parameter as argument like: - TasksQuery - DocumentsQuery - IndexesQuery - KeysQuery We check that the...
The current command to run tests in the `Dotnet` SDK does not work with a `Meilisearch` running locally or with docker. For this to work, the `Meilisearch` instance must be...
**Description** In this PR #269 we have added the `Datasets` directory to have the possibility to store the test data sets. Following the discussion on this PR, it could be...
# Pull Request ## What does this PR do? This PR tends to normalize the JSON Library used in this SDK try to gather all the code using a JSON...