https://github.com/pacedotdev/firesearch-sdk
Firesearch SDK, client libraries, and example code
https://github.com/pacedotdev/firesearch-sdk
full-text-search saas sdk
Last synced: about 1 month ago
JSON representation
Firesearch SDK, client libraries, and example code
- Host: GitHub
- URL: https://github.com/pacedotdev/firesearch-sdk
- Owner: pacedotdev
- License: apache-2.0
- Created: 2020-11-01T13:54:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T12:11:22.000Z (about 5 years ago)
- Last Synced: 2024-06-19T06:01:17.434Z (over 1 year ago)
- Topics: full-text-search, saas, sdk
- Language: Swift
- Homepage: https://firesearch.dev/docs
- Size: 412 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firesearch developer kits
Firesearch SDK, client libraries, and example code.
* The Firesearch API is approaching v1, until then these clients should be considered in beta
[](https://firesearch.dev/)
## Clients
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](./clients/go/firesearch/firesearch.gen.go) • [Example](examples/go-example)
* **Swift** • [View source](./clients/swift/Firesearch.gen.swift) • [Example](examples/swift-example)
* **TypeScript** • [View source](./clients/ts/firesearch.gen.ts)
* **JavaScript** • [View source](./clients/js/firesearch.gen.js) • [Example](examples/javascript-example)
### Go
* [Read the Official Go Client reference documentation](https://pkg.go.dev/github.com/pacedotdev/firesearch-sdk/clients/go/firesearch)
To use the official Go client:
```bash
go get github.com/pacedotdev/firesearch-sdk/clients/go/firesearch
```
* The Go client is maintained as a Go module