For generating the classes / structs for the clien...
# contributions
k
For generating the classes / structs for the client, we can use the openapi spec that the Go client is using here: https://github.com/typesense/typesense-go/blob/master/typesense/api/openapi.yml This way we don't have to generate those classes by hand. Thoughts?
👍 1
This is up-to-date till v0.19 -- we need to update it for the changes in 0.20 and we should be ready to go.
The python / ruby clients don't use specific classes since the languages are not statically typed. But for statically typed languages, this is a much easier and scalable approach.