From 99dab95a161ed470d09b489571ee6b4f2e31da0d Mon Sep 17 00:00:00 2001 From: Cody Spath Date: Tue, 3 Feb 2026 13:15:48 -0500 Subject: [PATCH 1/2] chore: update README to note deprecation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7aa08c3..4babb56d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# [DEPRECATED] + +This package is no longer maintained. + This repository contains a client library for LaunchDarkly's REST API. This client was automatically generated from our [OpenAPI specification](https://app.launchdarkly.com/api/v2/openapi.json) using a [code generation library](https://github.com/launchdarkly/ld-openapi). From 910c6ebf1c77a35a1559a9efd62ef2e16cda72ff Mon Sep 17 00:00:00 2001 From: Cody Spath Date: Tue, 3 Feb 2026 13:17:55 -0500 Subject: [PATCH 2/2] chore: update readme to include link to docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4babb56d..33097dd0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # [DEPRECATED] -This package is no longer maintained. +This package is no longer maintained. Check out [our docs](https://launchdarkly.com/docs/api#openapi-swagger-and-client-libraries) to see maintained client libraries. This repository contains a client library for LaunchDarkly's REST API. This client was automatically generated from our [OpenAPI specification](https://app.launchdarkly.com/api/v2/openapi.json) using a [code generation library](https://github.com/launchdarkly/ld-openapi).