This repository uses the OpenAPI Generator library to create LaunchDarkly REST API client libraries from our OpenAPI spec.
The LaunchDarkly REST API is for custom integrations, data export, or automating feature flag workflows. DO NOT use these libraries to add feature flags to web or mobile applications. To integrate feature flags with applications, please see the SDK documentation.
Server/client code for the API can be automatically generated. To generate the code:
- Ensure that you have
curlandjqinstalled. - The default make command will generate all target libraries:
> make
This project is set up to use Github Actions to release new versions.