typesense-rust
typesense-rust copied to clipboard
Rust client for Typesense | Work In Progress & Help Wanted
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. Release notes Sourced from reqwest's releases. v0.12.1 What's Changed Fix ClientBuilder::interface() when no TLS is enabled. Fix TlsInfo::peer_certificate() being truncated...
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. Release notes Sourced from syn's releases. 2.0.49 Improve error location when parsing from an empty string literal using LitStr::parse (#1590)...
closes #17 ## Change Summary A trial at implementing support for the Synonyms API ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9).
## Description We've a more or less recent Open API spec that was created as part of the Go client implementation here: https://github.com/typesense/typesense-go/blob/master/typesense/api/openapi.yml I think it would be a good...
## Description We need to support this https://typesense.org/docs/0.19.0/api/curation.html Probably depends on #7
## Description We need to support this https://typesense.org/docs/0.19.0/api/cluster-operations.html
## Description We need to support this https://typesense.org/docs/0.19.0/api/collection-alias.html
## Description We need to support this https://typesense.org/docs/0.19.0/api/documents.html Probably depends on #7
## Description Would like to know if recommendation is to use this project or directly the rust bindings generated from OpenAPI spec.
## Description We need to support this https://typesense.org/docs/0.19.0/api/synonyms.html Probably depends on #7