Implementing OpenAPI Spec in Go Client
TLDR Kishore Nallan suggested using the openapi spec for generating classes/structs for the Go client, making it easier for statically typed languages. The spec must be updated for the recent changes.
1
May 04, 2021 (33 months ago)
Kishore Nallan
03:55 PMThis way we don't have to generate those classes by hand. Thoughts?
1
Kishore Nallan
03:56 PMKishore Nallan
03:57 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Discussing the Functionality and Structure of Typesense Client Libraries
Jason explained how Typesense client libraries function and their architecture. Jason and Masahiro guide Joe in his work on the Java client, emphasizing a consistent method call structure across different languages. Joe highlights his progress and difficulties.
Using Typesense from Rust
martian sought advice on using Typesense from Rust. Kishore Nallan directed to a community-led Rust client and confirmed that a Rust client could be generated using the openapi spec.
Request for API Update and Go SDK Release
adil reported an issue and requested an API spec update. Jason asked for a PR and acknowledged completion. adil inquired about SDK updates, specifically Go. Kishore Nallan released the updated version.