Skip to content

Commit 0a31bd4

Browse files
author
LaunchDarklyReleaseBot
committed
Version 17.0.0 automatically generated from ld-openapi.
1 parent fd49c8d commit 0a31bd4

File tree

7 files changed

+3980
-252
lines changed

7 files changed

+3980
-252
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ This REST API is for custom integrations, data export, or automating your featur
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).
77
View our [sample code](#sample-code) for example usage.
88

9-
## launchdarkly-api-typescript@16.1.1
9+
## launchdarkly-api-typescript@17.0.0
1010

1111
# Overview
1212

1313
## Authentication
1414

1515
LaunchDarkly's REST API uses the HTTPS protocol with a minimum TLS version of 1.2.
1616

17-
All REST API resources are authenticated with either [personal or service access tokens](https://docs.launchdarkly.com/home/account/api), or session cookies. Other authentication mechanisms are not supported. You can manage personal access tokens on your [**Account settings**](https://app.launchdarkly.com/settings/tokens) page.
17+
All REST API resources are authenticated with either [personal or service access tokens](https://docs.launchdarkly.com/home/account/api), or session cookies. Other authentication mechanisms are not supported. You can manage personal access tokens on your [**Authorization**](https://app.launchdarkly.com/settings/authorization) page in the LaunchDarkly UI.
1818

1919
LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are used by our server-side SDKs, mobile SDKs, and JavaScript-based SDKs, respectively. **These keys cannot be used to access our REST API**. These keys are environment-specific, and can only perform read-only operations such as fetching feature flag settings.
2020

@@ -27,15 +27,15 @@ LaunchDarkly also has SDK keys, mobile keys, and client-side IDs that are used b
2727

2828
> #### Keep your access tokens and SDK keys private
2929
>
30-
> Access tokens should _never_ be exposed in untrusted contexts. Never put an access token in client-side JavaScript, or embed it in a mobile application. LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally expose an access token or SDK key, you can reset it from your [**Account settings**](https://app.launchdarkly.com/settings/tokens) page.
30+
> Access tokens should _never_ be exposed in untrusted contexts. Never put an access token in client-side JavaScript, or embed it in a mobile application. LaunchDarkly has special mobile keys that you can embed in mobile apps. If you accidentally expose an access token or SDK key, you can reset it from your [**Authorization**](https://app.launchdarkly.com/settings/authorization) page.
3131
>
3232
> The client-side ID is safe to embed in untrusted contexts. It's designed for use in client-side JavaScript.
3333
3434
### Authentication using request header
3535

3636
The preferred way to authenticate with the API is by adding an `Authorization` header containing your access token to your requests. The value of the `Authorization` header must be your access token.
3737

38-
Manage personal access tokens from the [**Account settings**](https://app.launchdarkly.com/settings/tokens) page.
38+
Manage personal access tokens from the [**Authorization**](https://app.launchdarkly.com/settings/authorization) page.
3939

4040
### Authentication using session cookie
4141

@@ -73,7 +73,7 @@ The best way to find a detailed representation is to follow links. Every summary
7373

7474
Sometimes the detailed representation of a resource does not include all of the attributes of the resource by default. If this is the case, the request method will clearly document this and describe which attributes you can include in an expanded response.
7575

76-
To include the additional attributes, append the `expand` request parameter to your request and add a comma-separated list of the attributes to include. For example, when you append `?expand=members,roles` to the [Get team](/tag/Teams#operation/getTeam) endpoint, the expanded response includes both of these attributes.
76+
To include the additional attributes, append the `expand` request parameter to your request and add a comma-separated list of the attributes to include. For example, when you append `?expand=members,maintainers` to the [Get team](/tag/Teams#operation/getTeam) endpoint, the expanded response includes both of these attributes.
7777

7878
### Links and addressability
7979

@@ -432,7 +432,7 @@ navigate to the folder of your consuming project and run one of the following co
432432
_published:_
433433

434434
```
435-
npm install launchdarkly-api-typescript@16.1.1 --save
435+
npm install launchdarkly-api-typescript@17.0.0 --save
436436
```
437437

438438
_unPublished (not recommended):_

api.ts

Lines changed: 3969 additions & 241 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": "16.1.1",
3+
"version": "17.0.0",
44
"description": "OpenAPI client for launchdarkly-api-typescript",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)