typesense / typesense-go

Go client for Typesense: https://github.com/typesense/typesense
Apache License 2.0
209 stars 55 forks source link

v0.22.0 #82

Closed harisarang closed 2 years ago

kishorenc commented 2 years ago

@v-byte-cpu

Wanted to keep you in the loop on the changes here:

  1. We have updated the Open API spec to bring it compatible with the upcoming 0.22 release
  2. A go script has been added in this PR to convert the spec from the main repository to a format that the Go client uses (it primarily removes the nested object definition for the document search end-point)
  3. Tests have also been moved to Circle CI since that's what we use for all our other projects, including other community maintained repositories
v-byte-cpu commented 2 years ago

@kishorenc looks good! The only thing I would add is a go generate command to invoke go script to convert the openapi schema.