typesense / typesense-java

Java client for Typesense
https://typesense.org/docs/latest/api/
Apache License 2.0
60 stars 29 forks source link

fix(synonym): fix delete response of synonym #78

Open tharropoulos opened 3 weeks ago

tharropoulos commented 3 weeks ago

Change Summary

As discussed in https://github.com/typesense/typesense-api-spec/pull/80, the actual API does not return the whole Synonym object, but rather just its id. This now uses the latest updates from the API spec to properly handle the deletion response object.

PR Checklist