Skip to content

Commit 8c4612f

Browse files
author
LaunchDarklyReleaseBot
committed
Version 18.1.0 automatically generated from ld-openapi.
1 parent 3065776 commit 8c4612f

File tree

604 files changed

+2361
-630
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

604 files changed

+2361
-630
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This client library is only compatible with the latest version of our REST API.
88

99
LaunchDarkly REST API
1010
- API version: 2.0
11-
- Build date: 2025-10-24T10:39:28.714517Z[Etc/UTC]
11+
- Build date: 2025-10-29T16:16:49.423595Z[Etc/UTC]
1212
- Generator version: 7.16.0
1313

1414
This documentation describes LaunchDarkly's REST API. To access the complete OpenAPI spec directly, use [Get OpenAPI spec](https://launchdarkly.com/docs/api/other/get-openapi-spec).
@@ -483,7 +483,7 @@ Add this dependency to your project's POM:
483483
<dependency>
484484
<groupId>com.launchdarkly</groupId>
485485
<artifactId>api-client</artifactId>
486-
<version>18.0.2</version>
486+
<version>18.1.0</version>
487487
<scope>compile</scope>
488488
</dependency>
489489
```
@@ -499,7 +499,7 @@ Add this dependency to your project's build file:
499499
}
500500
501501
dependencies {
502-
implementation "com.launchdarkly:api-client:18.0.2"
502+
implementation "com.launchdarkly:api-client:18.1.0"
503503
}
504504
```
505505

@@ -513,7 +513,7 @@ mvn clean package
513513

514514
Then manually install the following JARs:
515515

516-
* `target/api-client-18.0.2.jar`
516+
* `target/api-client-18.1.0.jar`
517517
* `target/lib/*.jar`
518518

519519
## Getting Started

0 commit comments

Comments
 (0)