typesense-rust
typesense-rust copied to clipboard
Curation API
Description
We need to support this https://typesense.org/docs/0.19.0/api/curation.html
Probably depends on #7
Hi @morenol, I'm considering working on this issue and would like to know how this is different from what is currently available in the crate now.
For example, here's upsert.
https://github.com/typesense/typesense-rust/blob/1a73208fc3eca258549ba374a6c4177b5f62e459/typesense_codegen/src/apis/documents_api.rs#L1026-L1027
Also noticed there are get, retrieve and delete, but list isn't available. Is that probably the only one needed for this issue?