Skip to content

Commit 63f93d4

Browse files
author
LaunchDarklyReleaseBot
committed
Version 6.0.2 automatically generated from ld-openapi.
1 parent 6442620 commit 63f93d4

File tree

3 files changed

+1275
-327
lines changed

3 files changed

+1275
-327
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ This repository contains a client library for LaunchDarkly's REST API. This clie
22
generated from our [OpenAPI specification](https://app.launchdarkly.com/api/v2/openapi.json) using a [code generation library](https://github.com/launchdarkly/ld-openapi). View our [sample code](#sample-code) for example usage.
33

44
This REST API is for custom integrations, data export, or automating your feature flag workflows. *DO NOT* use this client library to include feature flags in your web or mobile application. To integrate feature flags with your application, read the [SDK documentation](https://docs.launchdarkly.com/sdk).
5-
## launchdarkly-api-typescript@6.0.1
5+
## launchdarkly-api-typescript@6.0.2
66

77
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
88

@@ -40,15 +40,13 @@ navigate to the folder of your consuming project and run one of the following co
4040
_published:_
4141

4242
```
43-
npm install launchdarkly-api-typescript@6.0.1 --save
43+
npm install launchdarkly-api-typescript@6.0.2 --save
4444
```
4545

4646
_unPublished (not recommended):_
4747

4848
```
4949
npm install PATH_TO_GENERATED_PACKAGE --save
50-
```
51-
5250
## Sample Code
5351
5452
```ts

0 commit comments

Comments
 (0)