An overview of the REST server-side SDKs available for integrating with Flipt.
Not sure which SDK to use? Check out our Integration Overview documentation.
For server-side applications, Flipt provides a REST API for evaluating flags. The REST API SDKs are available in the following languages:
Evaluate flags in your Node applications
Evaluate flags in your Python applications
Evaluate flags in your Go applications
Evaluate flags in your Rust applications
Evaluate flags in your Java applications
Evaluate flags in your PHP applications
Need a client in another language? Let us know!
You can use openapi-generator to generate client code in your preferred language from the Flipt OpenAPI v3 specification.
While generating clients is outside of the scope of this documentation, an example of generating a Java client with the openapi-generator
is below.
Java Example
openapi-generator
openapi-generator-cli
to desired location:An overview of the REST server-side SDKs available for integrating with Flipt.
Not sure which SDK to use? Check out our Integration Overview documentation.
For server-side applications, Flipt provides a REST API for evaluating flags. The REST API SDKs are available in the following languages:
Evaluate flags in your Node applications
Evaluate flags in your Python applications
Evaluate flags in your Go applications
Evaluate flags in your Rust applications
Evaluate flags in your Java applications
Evaluate flags in your PHP applications
Need a client in another language? Let us know!
You can use openapi-generator to generate client code in your preferred language from the Flipt OpenAPI v3 specification.
While generating clients is outside of the scope of this documentation, an example of generating a Java client with the openapi-generator
is below.
Java Example
openapi-generator
openapi-generator-cli
to desired location: