Not sure which SDK to use? Check out our Integration
Overview documentation.
Overview
For server-side applications, Flipt provides a GRPC API for evaluating flags. The GRPC API SDKs are available in the following languages:Go
Evaluate flags in your Go applications with GRPC
Ruby
Evaluate flags in your Ruby applications with GRPC
.NET
Evaluate flags in your .NET applications with GRPC
Request a Client
Need a client in another language? Let us know!
Generate
If a GRPC client in your language isn’t available for download, you can easily generate it yourself using the existing protobuf definition. The GRPC documentation has extensive examples of how to generate GRPC clients in each supported language.GRPC generates both client implementation and server interfaces. To use Flipt
you only need the GRPC client implementation and can ignore the server code as
this is implemented by Flipt itself.
- Follow the setup instructions on the GRPC website.
- Generate using protoc to desired location:
- Follow the setup instructions on the GRPC website.
- Generate using protoc to the desired location: