Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit 6831dfb

Browse files
author
LaunchDarklyCI
committed
Version 2.0.21 automatically generated from ld-openapi@c229d85.
1 parent a03a110 commit 6831dfb

16 files changed

+2100
-1092
lines changed

README.md

+23-11
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,21 @@ Class | Method | HTTP request | Description
106106
*CustomRolesApi* | [**getCustomRoles**](docs/CustomRolesApi.md#getcustomroles) | **GET** /roles | Return a complete list of custom roles.
107107
*CustomRolesApi* | [**patchCustomRole**](docs/CustomRolesApi.md#patchcustomrole) | **PATCH** /roles/{customRoleKey} | Modify a custom role by key.
108108
*CustomRolesApi* | [**postCustomRole**](docs/CustomRolesApi.md#postcustomrole) | **POST** /roles | Create a new custom role.
109+
*CustomerMetricsApi* | [**getEvaluations**](docs/CustomerMetricsApi.md#getevaluations) | **GET** /usage/evaluations/{envId}/{flagKey} | Get events usage by event id and the feature flag key.
110+
*CustomerMetricsApi* | [**getEvent**](docs/CustomerMetricsApi.md#getevent) | **GET** /usage/events/{type} | Get events usage by event type.
111+
*CustomerMetricsApi* | [**getEvents**](docs/CustomerMetricsApi.md#getevents) | **GET** /usage/events | Get events usage endpoints.
112+
*CustomerMetricsApi* | [**getMAU**](docs/CustomerMetricsApi.md#getmau) | **GET** /usage/mau | Get monthly active user data.
113+
*CustomerMetricsApi* | [**getMAUByCategory**](docs/CustomerMetricsApi.md#getmaubycategory) | **GET** /usage/mau/bycategory | Get monthly active user data by category.
114+
*CustomerMetricsApi* | [**getStream**](docs/CustomerMetricsApi.md#getstream) | **GET** /usage/streams/{source} | Get a stream endpoint and return timeseries data.
115+
*CustomerMetricsApi* | [**getStreamBySDK**](docs/CustomerMetricsApi.md#getstreambysdk) | **GET** /usage/streams/{source}/bysdkversion | Get a stream timeseries data by source show sdk version metadata.
116+
*CustomerMetricsApi* | [**getStreamSDKVersion**](docs/CustomerMetricsApi.md#getstreamsdkversion) | **GET** /usage/streams/{source}/sdkversions | Get a stream timeseries data by source and show all sdk version associated.
117+
*CustomerMetricsApi* | [**getStreams**](docs/CustomerMetricsApi.md#getstreams) | **GET** /usage/streams | Returns a list of all streams.
118+
*CustomerMetricsApi* | [**getUsage**](docs/CustomerMetricsApi.md#getusage) | **GET** /usage | Returns of the usage endpoints available.
119+
*DataExportDestinationsApi* | [**deleteDestination**](docs/DataExportDestinationsApi.md#deletedestination) | **DELETE** /destinations/{projectKey}/{environmentKey}/{destinationId} | Get a single data export destination by ID
120+
*DataExportDestinationsApi* | [**getDestination**](docs/DataExportDestinationsApi.md#getdestination) | **GET** /destinations/{projectKey}/{environmentKey}/{destinationId} | Get a single data export destination by ID
121+
*DataExportDestinationsApi* | [**getDestinations**](docs/DataExportDestinationsApi.md#getdestinations) | **GET** /destinations | Returns a list of all data export destinations.
122+
*DataExportDestinationsApi* | [**patchDestination**](docs/DataExportDestinationsApi.md#patchdestination) | **PATCH** /destinations/{projectKey}/{environmentKey}/{destinationId} | Perform a partial update to a data export destination.
123+
*DataExportDestinationsApi* | [**postDestination**](docs/DataExportDestinationsApi.md#postdestination) | **POST** /destinations/{projectKey}/{environmentKey} | Create a new data export destination
109124
*EnvironmentsApi* | [**deleteEnvironment**](docs/EnvironmentsApi.md#deleteenvironment) | **DELETE** /projects/{projectKey}/environments/{environmentKey} | Delete an environment in a specific project.
110125
*EnvironmentsApi* | [**getEnvironment**](docs/EnvironmentsApi.md#getenvironment) | **GET** /projects/{projectKey}/environments/{environmentKey} | Get an environment given a project and key.
111126
*EnvironmentsApi* | [**patchEnvironment**](docs/EnvironmentsApi.md#patchenvironment) | **PATCH** /projects/{projectKey}/environments/{environmentKey} | Modify an environment by ID.
@@ -114,7 +129,7 @@ Class | Method | HTTP request | Description
114129
*FeatureFlagsApi* | [**deleteFeatureFlag**](docs/FeatureFlagsApi.md#deletefeatureflag) | **DELETE** /flags/{projectKey}/{featureFlagKey} | Delete a feature flag in all environments. Be careful-- only delete feature flags that are no longer being used by your application.
115130
*FeatureFlagsApi* | [**getFeatureFlag**](docs/FeatureFlagsApi.md#getfeatureflag) | **GET** /flags/{projectKey}/{featureFlagKey} | Get a single feature flag by key.
116131
*FeatureFlagsApi* | [**getFeatureFlagStatus**](docs/FeatureFlagsApi.md#getfeatureflagstatus) | **GET** /flag-statuses/{projectKey}/{environmentKey}/{featureFlagKey} | Get the status for a particular feature flag.
117-
*FeatureFlagsApi* | [**getFeatureFlagStatusAcrossEnvironments**](docs/FeatureFlagsApi.md#getfeatureflagstatusacrossenvironments) | **GET** /flag-status/{projectKey}/{featureFlagKey} | [BETA] Get the status for a particular feature flag across environments
132+
*FeatureFlagsApi* | [**getFeatureFlagStatusAcrossEnvironments**](docs/FeatureFlagsApi.md#getfeatureflagstatusacrossenvironments) | **GET** /flag-status/{projectKey}/{featureFlagKey} | Get the status for a particular feature flag across environments
118133
*FeatureFlagsApi* | [**getFeatureFlagStatuses**](docs/FeatureFlagsApi.md#getfeatureflagstatuses) | **GET** /flag-statuses/{projectKey}/{environmentKey} | Get a list of statuses for all feature flags. The status includes the last time the feature flag was requested, as well as the state of the flag.
119134
*FeatureFlagsApi* | [**getFeatureFlags**](docs/FeatureFlagsApi.md#getfeatureflags) | **GET** /flags/{projectKey} | Get a list of all features in the given project.
120135
*FeatureFlagsApi* | [**patchFeatureFlag**](docs/FeatureFlagsApi.md#patchfeatureflag) | **PATCH** /flags/{projectKey}/{featureFlagKey} | Perform a partial update to a feature.
@@ -130,16 +145,6 @@ Class | Method | HTTP request | Description
130145
*TeamMembersApi* | [**getMembers**](docs/TeamMembersApi.md#getmembers) | **GET** /members | Returns a list of all members in the account.
131146
*TeamMembersApi* | [**patchMember**](docs/TeamMembersApi.md#patchmember) | **PATCH** /members/{memberId} | Modify a team member by ID.
132147
*TeamMembersApi* | [**postMembers**](docs/TeamMembersApi.md#postmembers) | **POST** /members | Invite new members.
133-
*UsageApi* | [**getEvaluations**](docs/UsageApi.md#getevaluations) | **GET** /usage/evaluations/{envId}/{flagKey} | [BETA] Get events usage by event id and the feature flag key.
134-
*UsageApi* | [**getEvent**](docs/UsageApi.md#getevent) | **GET** /usage/events/{type} | [BETA] Get events usage by event type.
135-
*UsageApi* | [**getEvents**](docs/UsageApi.md#getevents) | **GET** /usage/events | [BETA] Get events usage endpoints.
136-
*UsageApi* | [**getMAU**](docs/UsageApi.md#getmau) | **GET** /usage/mau | [BETA] Get monthly active user data.
137-
*UsageApi* | [**getMAUByCategory**](docs/UsageApi.md#getmaubycategory) | **GET** /usage/mau/bycategory | [BETA] Get monthly active user data by category.
138-
*UsageApi* | [**getStream**](docs/UsageApi.md#getstream) | **GET** /usage/streams/{source} | [BETA] Get a stream endpoint and return timeseries data.
139-
*UsageApi* | [**getStreamBySDK**](docs/UsageApi.md#getstreambysdk) | **GET** /usage/streams/{source}/bysdkversion | [BETA] Get a stream timeseries data by source show sdk version metadata.
140-
*UsageApi* | [**getStreamSDKVersion**](docs/UsageApi.md#getstreamsdkversion) | **GET** /usage/streams/{source}/sdkversions | [BETA] Get a stream timeseries data by source and show all sdk version associated.
141-
*UsageApi* | [**getStreams**](docs/UsageApi.md#getstreams) | **GET** /usage/streams | [BETA] Returns a list of all streams.
142-
*UsageApi* | [**getUsage**](docs/UsageApi.md#getusage) | **GET** /usage | [BETA] Returns of the usage endpoints available.
143148
*UserSegmentsApi* | [**deleteUserSegment**](docs/UserSegmentsApi.md#deleteusersegment) | **DELETE** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Delete a user segment.
144149
*UserSegmentsApi* | [**getUserSegment**](docs/UserSegmentsApi.md#getusersegment) | **GET** /segments/{projectKey}/{environmentKey}/{userSegmentKey} | Get a single user segment by key.
145150
*UserSegmentsApi* | [**getUserSegments**](docs/UserSegmentsApi.md#getusersegments) | **GET** /segments/{projectKey}/{environmentKey} | Get a list of all user segments in the given project.
@@ -171,6 +176,13 @@ Class | Method | HTTP request | Description
171176
- [CustomRole](docs/CustomRole.md)
172177
- [CustomRoleBody](docs/CustomRoleBody.md)
173178
- [CustomRoles](docs/CustomRoles.md)
179+
- [Destination](docs/Destination.md)
180+
- [DestinationAmazonKinesis](docs/DestinationAmazonKinesis.md)
181+
- [DestinationBody](docs/DestinationBody.md)
182+
- [DestinationGooglePubSub](docs/DestinationGooglePubSub.md)
183+
- [DestinationMParticle](docs/DestinationMParticle.md)
184+
- [DestinationSegment](docs/DestinationSegment.md)
185+
- [Destinations](docs/Destinations.md)
174186
- [Environment](docs/Environment.md)
175187
- [EnvironmentPost](docs/EnvironmentPost.md)
176188
- [EvaluationUsageError](docs/EvaluationUsageError.md)

0 commit comments

Comments
 (0)