Skip to content

Commit 124ad0e

Browse files
author
LaunchDarklyReleaseBot
committed
Version 11.0.0 automatically generated from ld-openapi.
1 parent e0afefa commit 124ad0e

File tree

7 files changed

+2267
-787
lines changed

7 files changed

+2267
-787
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ generated from our [OpenAPI specification](https://app.launchdarkly.com/api/v2/o
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).
55

66
This client library is only compatible with the latest version of our REST API, version `20220603`. Previous versions of this client library, prior to version 10.0.0, are only compatible with earlier versions of our REST API. When you create an access token, you can set the REST API version associated with the token. By default, API requests you send using the token will use the specified API version. To learn more, read [Versioning](https://apidocs.launchdarkly.com/#section/Overview/Versioning).
7-
## launchdarkly-api-typescript@10.0.0
7+
## launchdarkly-api-typescript@11.0.0
88

99
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:
1010

@@ -42,14 +42,13 @@ navigate to the folder of your consuming project and run one of the following co
4242
_published:_
4343

4444
```
45-
npm install launchdarkly-api-typescript@10.0.0 --save
45+
npm install launchdarkly-api-typescript@11.0.0 --save
4646
```
4747

4848
_unPublished (not recommended):_
4949

5050
```
5151
npm install PATH_TO_GENERATED_PACKAGE --save
52-
```
5352
## Sample Code
5453
5554
```ts

api.ts

Lines changed: 2260 additions & 779 deletions
Large diffs are not rendered by default.

base.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

common.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

configuration.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

index.ts

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-api-typescript",
3-
"version": "10.0.0",
3+
"version": "11.0.0",
44
"description": "OpenAPI client for launchdarkly-api-typescript",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)