Add support for List dependent feature flags in Launchdarkly integration
Y
Yitzhak Didio Sitton
We want to be able to monitor whether a flag can be archived/deleted, and for that we need information on a flag's dependent flags (as in, is this flag a prerequisite to other flags).
We want to be able to ingest a flag's dependent flags (and not prerequisites, which we already get through the Flag resource).
Launchdarkly has a List dependent feature flags( https://launchdarkly.com/docs/api/feature-flags-beta/get-dependent-flags ) endpoint which answer our needs, together with everything we can pull from the other entities. It does not, however, have a Flag Lifecycle Stage endpoint which would be enough, and thus we do need to ingest the dependent feature flags for each flag.