From baa3abe6a87a0d23f78725693c8f1bb4d0bcc4cd Mon Sep 17 00:00:00 2001 From: Cody Spath Date: Tue, 3 Feb 2026 13:13:36 -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 47795e2a..ecf9b0a7 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 8858280d67d67378faaee23a19f1fd6c646aeca4 Mon Sep 17 00:00:00 2001 From: Cody Spath Date: Tue, 3 Feb 2026 13:18:30 -0500 Subject: [PATCH 2/2] chore: update docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecf9b0a7..7b96fce4 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).