Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 548 Bytes

File metadata and controls

19 lines (12 loc) · 548 Bytes

Sift Go

PkgGoDev

This library offers a Go API on top of Sift's protocol buffers to ergonomically interface with the Sift gRPC API.

Installation

$ go get github.com/sift-stack/sift/go

Examples

Various examples can be found in the examples directory. To run any of those examples clone this repo do the following:

$ SIFT_URI=<sift uri> SIFT_API_KEY=<api key> go run examples/ping/main.go