Reporting a Missing Feature in Golang Typesense Client
TLDR Sam reports a missing feature in the Golang Typesense client. Kishore Nallan provides a solution to update the Open API spec. Then, SamHendley successfully updates the file.
Aug 18, 2022 (13 months ago)
Sam
07:13 PMSam
09:08 PMAug 19, 2022 (13 months ago)
Kishore Nallan
01:39 AMgo generate
(which fetches the spec and does some go-specific tuning and then generates the types).Happy to accept PRs, or I will have to get around to this when time permits.
SamHendley
01:09 PMSamHendley
01:10 PMKishore Nallan
01:11 PMSamHendley
01:13 PMOct 24, 2022 (11 months ago)
SamHendley
08:21 PMTypesense
Indexed 2764 threads (79% resolved)
Similar Threads
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.


Resolving Issues with Scoped API Keys in Typesense with Golang
Suvarna had problems with generating and using scoped API keys in Typesense with Golang. Several bugs misleading the user were found and fixed by Kishore Nallan.



Discussing a Bug with Go Client in Typesense Server
adil reports a bug with the Go client in Typesense Server. Jason acknowledges the bug, takes note of adil's suggestion for decoding, deferring further actions to a third party.
Implementing OpenAPI Spec in Go Client
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.

Typesense-JS Client Types Importation Problem.
Stefan had problems importing types from typesense-JS, causing compiler slowdowns. Jason and Damian provided guidance and agreed to export necessary types from Typesense.ts, improving import speed and reducing compiler checks.