Skip to content

launchdarkly/ld-openapi

Repository files navigation

LaunchDarkly OpenAPI

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.

Code generation

Server/client code for the API can be automatically generated. To generate the code:

  1. Ensure that you have curl and jq installed.
  2. The default make command will generate all target libraries:
> make

How releases work

This project is set up to use Github Actions to release new versions.