Firesearch SDK, client libraries, and example code.
- The Firesearch API is approaching v1, until then these clients should be considered in beta
Firesearch clients allow you to interact with your instances via Firesearch's API.
A simple way to integrate with Firesearch without dependency management is to copy the client files directly into your own project.
- Go • View source • Example
- Swift • View source • Example
- TypeScript • View source
- JavaScript • View source • Example
To use the official Go client:
go get github.com/pacedotdev/firesearch-sdk/clients/go/firesearch
- The Go client is maintained as a Go module