meilisearch-swift
meilisearch-swift copied to clipboard
Swift client for the Meilisearch API
Related to this issue: https://github.com/meilisearch/integration-guides/issues/211 This PR: - gathers the changes related to the next Meilisearch release (v0.29.0) so that this package is ready when the official release is out....
Integrations tests are made against a running Meilisearch instance. Thus they are asynchronous. Which means that if we need to test a function that requires a setup. A cascade hells...
⚠️ This issue is generated, which means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, please add...
⚠️ This issue is generated, which means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, please add...
I made a huge mistake when I choose `vapor/jwt-kit` to implement the generate tenant token method changes from Meilisearch version v0.26. It was apparently a good choice, but I discover...
As for #283 the different requests method provide `headers` as an optionnal parameter. Nonetheless, if we go up in the stack of calls, no headers are passed to these methods....
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository. Also, if you are a maintainer, feel free...
https://github.com/raywenderlich/swift-style-guide Related to #235
**Description** It's not possible to compile the Dockerfile in the Apple M1. **Expected behavior** Compile the Dockerfile in the Apple M1. **Current behavior** Currently, I suspect that the image `maxdesiatov/swift-alpine`...