launchdarkly_api 5.0.3 → 6.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +3 -1
- data/README.md +304 -249
- data/Rakefile +2 -0
- data/docs/AccessDeniedReasonRep.md +28 -0
- data/docs/AccessDeniedRep.md +20 -0
- data/docs/AccessRep.md +18 -0
- data/docs/AccessTokenPost.md +30 -0
- data/docs/AccessTokensApi.md +239 -126
- data/docs/AccountMembersApi.md +376 -0
- data/docs/AccountUsageBetaApi.md +647 -0
- data/docs/ApprovalSettings.md +32 -0
- data/docs/ApprovalsApi.md +554 -0
- data/docs/AuditLogApi.md +93 -55
- data/docs/AuditLogEntryListingRep.md +52 -0
- data/docs/AuditLogEntryListingRepCollection.md +20 -0
- data/docs/AuditLogEntryRep.md +64 -0
- data/docs/AuthorizedAppDataRep.md +26 -0
- data/docs/BigSegmentTarget.md +22 -0
- data/docs/BranchCollectionRep.md +20 -0
- data/docs/BranchRep.md +28 -0
- data/docs/Clause.md +21 -7
- data/docs/ClientSideAvailability.md +15 -4
- data/docs/ClientSideAvailabilityPost.md +20 -0
- data/docs/CodeReferencesApi.md +975 -0
- data/docs/ConfidenceIntervalRep.md +20 -0
- data/docs/Conflict.md +20 -0
- data/docs/CopiedFromEnv.md +20 -0
- data/docs/CreateCopyFlagConfigApprovalRequestRequest.md +28 -0
- data/docs/CreateFlagConfigApprovalRequestRequest.md +30 -0
- data/docs/CustomProperty.md +15 -4
- data/docs/CustomRole.md +25 -8
- data/docs/CustomRolePost.md +24 -0
- data/docs/CustomRolePostData.md +24 -0
- data/docs/CustomRoles.md +15 -4
- data/docs/CustomRolesApi.md +197 -101
- data/docs/DataExportDestinationsApi.md +205 -117
- data/docs/DefaultClientSideAvailabilityPost.md +20 -0
- data/docs/Defaults.md +15 -4
- data/docs/DependentFlag.md +24 -0
- data/docs/DependentFlagEnvironment.md +24 -0
- data/docs/DependentFlagsByEnvironment.md +22 -0
- data/docs/Destination.md +27 -9
- data/docs/DestinationPost.md +24 -0
- data/docs/Destinations.md +15 -4
- data/docs/Environment.md +35 -16
- data/docs/EnvironmentPost.md +29 -11
- data/docs/EnvironmentsApi.md +246 -144
- data/docs/ExperimentAllocationRep.md +20 -0
- data/docs/ExperimentEnabledPeriodRep.md +20 -0
- data/docs/ExperimentEnvironmentSettingRep.md +22 -0
- data/docs/ExperimentInfoRep.md +20 -0
- data/docs/ExperimentMetadataRep.md +18 -0
- data/docs/ExperimentRep.md +24 -0
- data/docs/ExperimentResultsRep.md +28 -0
- data/docs/ExperimentStatsRep.md +24 -0
- data/docs/ExperimentTimeSeriesSlice.md +20 -0
- data/docs/ExperimentTimeSeriesVariationSlice.md +32 -0
- data/docs/ExperimentTotalsRep.md +32 -0
- data/docs/ExperimentsBetaApi.md +168 -0
- data/docs/ExpiringUserTargetError.md +20 -0
- data/docs/ExpiringUserTargetGetResponse.md +20 -0
- data/docs/ExpiringUserTargetItem.md +30 -0
- data/docs/ExpiringUserTargetPatchResponse.md +28 -0
- data/docs/Extinction.md +26 -0
- data/docs/ExtinctionCollectionRep.md +20 -0
- data/docs/ExtinctionRep.md +26 -0
- data/docs/FeatureFlag.md +55 -22
- data/docs/FeatureFlagBody.md +33 -11
- data/docs/FeatureFlagConfig.md +47 -17
- data/docs/FeatureFlagScheduledChange.md +27 -6
- data/docs/FeatureFlagScheduledChanges.md +15 -4
- data/docs/FeatureFlagStatus.md +17 -6
- data/docs/FeatureFlagStatusAcrossEnvironments.md +17 -5
- data/docs/FeatureFlagStatuses.md +15 -4
- data/docs/FeatureFlags.md +17 -5
- data/docs/FeatureFlagsApi.md +414 -969
- data/docs/FeatureFlagsBetaApi.md +157 -0
- data/docs/FlagConfigApprovalRequestResponse.md +54 -0
- data/docs/FlagConfigApprovalRequestsResponse.md +20 -0
- data/docs/FlagCopyConfigEnvironment.md +20 -0
- data/docs/FlagCopyConfigPost.md +26 -0
- data/docs/FlagGlobalAttributesRep.md +58 -0
- data/docs/FlagListingRep.md +24 -0
- data/docs/FlagScheduledChangesInput.md +20 -0
- data/docs/FlagStatusRep.md +24 -0
- data/docs/FlagSummary.md +18 -0
- data/docs/HunkRep.md +26 -0
- data/docs/InlineObject.md +26 -0
- data/docs/InlineObject1.md +28 -0
- data/docs/InlineResponse200.md +20 -0
- data/docs/IntegrationMetadata.md +24 -0
- data/docs/IntegrationStatus.md +20 -0
- data/docs/IpList.md +20 -0
- data/docs/LastSeenMetadata.md +18 -0
- data/docs/Link.md +15 -4
- data/docs/Member.md +45 -14
- data/docs/MemberDataRep.md +26 -0
- data/docs/MemberPermissionGrantSummaryRep.md +22 -0
- data/docs/MemberSummaryRep.md +28 -0
- data/docs/MemberTeamSummaryRep.md +22 -0
- data/docs/Members.md +17 -5
- data/docs/MetricCollectionRep.md +20 -0
- data/docs/MetricListingRep.md +52 -0
- data/docs/MetricPost.md +40 -0
- data/docs/MetricRep.md +62 -0
- data/docs/MetricsApi.md +376 -0
- data/docs/Modification.md +18 -0
- data/docs/MultiEnvironmentDependentFlag.md +22 -0
- data/docs/MultiEnvironmentDependentFlags.md +22 -0
- data/docs/NewMemberForm.md +28 -0
- data/docs/OtherApi.md +282 -0
- data/docs/ParentResourceRep.md +22 -0
- data/docs/PatchOperation.md +17 -5
- data/docs/PatchSegmentInstruction.md +26 -0
- data/docs/PatchSegmentRequest.md +20 -0
- data/docs/PatchWithComment.md +20 -0
- data/docs/PostApprovalRequestApplyRequest.md +18 -0
- data/docs/PostApprovalRequestReviewRequest.md +20 -0
- data/docs/PostFlagScheduledChangesInput.md +22 -0
- data/docs/Prerequisite.md +15 -4
- data/docs/Project.md +27 -10
- data/docs/ProjectListingRep.md +30 -0
- data/docs/ProjectPost.md +28 -0
- data/docs/Projects.md +15 -4
- data/docs/ProjectsApi.md +196 -100
- data/docs/PubNubDetailRep.md +20 -0
- data/docs/ReferenceRep.md +22 -0
- data/docs/RelayAutoConfigCollectionRep.md +18 -0
- data/docs/RelayAutoConfigPost.md +20 -0
- data/docs/RelayAutoConfigRep.md +34 -0
- data/docs/RelayProxyConfigurationsApi.md +244 -129
- data/docs/RepositoryCollectionRep.md +20 -0
- data/docs/RepositoryPost.md +28 -0
- data/docs/RepositoryRep.md +38 -0
- data/docs/ResourceAccess.md +20 -0
- data/docs/ResourceIDResponse.md +26 -0
- data/docs/ReviewResponse.md +26 -0
- data/docs/Rollout.md +19 -4
- data/docs/Rule.md +23 -8
- data/docs/ScheduledChangesApi.md +404 -0
- data/docs/SdkListRep.md +20 -0
- data/docs/SdkVersionListRep.md +20 -0
- data/docs/SdkVersionRep.md +20 -0
- data/docs/SegmentBody.md +26 -0
- data/docs/SegmentMetadata.md +28 -0
- data/docs/SegmentUserList.md +20 -0
- data/docs/SegmentUserState.md +20 -0
- data/docs/SegmentsApi.md +695 -0
- data/docs/SeriesListRep.md +22 -0
- data/docs/SourceFlag.md +20 -0
- data/docs/Statement.md +21 -7
- data/docs/StatementPost.md +26 -0
- data/docs/StatementPostData.md +26 -0
- data/docs/StatementRep.md +26 -0
- data/docs/StatisticCollectionRep.md +20 -0
- data/docs/StatisticRep.md +30 -0
- data/docs/StatisticsRoot.md +20 -0
- data/docs/SubjectDataRep.md +22 -0
- data/docs/Target.md +15 -4
- data/docs/TargetResourceRep.md +22 -0
- data/docs/TitleRep.md +32 -0
- data/docs/Token.md +43 -17
- data/docs/TokenDataRep.md +26 -0
- data/docs/Tokens.md +15 -4
- data/docs/UrlPost.md +24 -0
- data/docs/User.md +25 -13
- data/docs/UserAttributeNamesRep.md +22 -0
- data/docs/UserFlagSetting.md +17 -5
- data/docs/UserFlagSettings.md +15 -4
- data/docs/UserRecord.md +21 -7
- data/docs/UserSegment.md +47 -14
- data/docs/UserSegmentRule.md +19 -5
- data/docs/UserSegments.md +15 -4
- data/docs/UserSettingsApi.md +217 -137
- data/docs/Users.md +17 -5
- data/docs/UsersApi.md +184 -115
- data/docs/UsersBetaApi.md +81 -0
- data/docs/ValuePut.md +20 -0
- data/docs/Variate.md +24 -0
- data/docs/Variation.md +19 -6
- data/docs/VariationOrRolloutRep.md +20 -0
- data/docs/VariationSummary.md +30 -0
- data/docs/VersionsRep.md +24 -0
- data/docs/Webhook.md +29 -10
- data/docs/WebhookPost.md +30 -0
- data/docs/Webhooks.md +15 -4
- data/docs/WebhooksApi.md +199 -103
- data/docs/WeightedVariation.md +17 -4
- data/git_push.sh +12 -10
- data/launchdarkly_api.gemspec +6 -14
- data/lib/launchdarkly_api/api/access_tokens_api.rb +190 -122
- data/lib/launchdarkly_api/api/account_members_api.rb +351 -0
- data/lib/launchdarkly_api/api/account_usage_beta_api.rb +598 -0
- data/lib/launchdarkly_api/api/approvals_api.rb +601 -0
- data/lib/launchdarkly_api/api/audit_log_api.rb +72 -51
- data/lib/launchdarkly_api/api/code_references_api.rb +898 -0
- data/lib/launchdarkly_api/api/custom_roles_api.rb +163 -106
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +202 -145
- data/lib/launchdarkly_api/api/environments_api.rb +197 -132
- data/lib/launchdarkly_api/api/experiments_beta_api.rb +188 -0
- data/lib/launchdarkly_api/api/feature_flags_api.rb +445 -1160
- data/lib/launchdarkly_api/api/feature_flags_beta_api.rb +166 -0
- data/lib/launchdarkly_api/api/metrics_api.rb +369 -0
- data/lib/launchdarkly_api/api/other_api.rb +248 -0
- data/lib/launchdarkly_api/api/projects_api.rb +147 -90
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +195 -127
- data/lib/launchdarkly_api/api/scheduled_changes_api.rb +435 -0
- data/lib/launchdarkly_api/api/segments_api.rb +719 -0
- data/lib/launchdarkly_api/api/user_settings_api.rb +237 -180
- data/lib/launchdarkly_api/api/users_api.rb +180 -138
- data/lib/launchdarkly_api/api/users_beta_api.rb +91 -0
- data/lib/launchdarkly_api/api/webhooks_api.rb +170 -113
- data/lib/launchdarkly_api/api_client.rb +87 -88
- data/lib/launchdarkly_api/api_error.rb +23 -4
- data/lib/launchdarkly_api/configuration.rb +83 -15
- data/lib/launchdarkly_api/models/access_denied_reason_rep.rb +276 -0
- data/lib/launchdarkly_api/models/access_denied_rep.rb +237 -0
- data/lib/launchdarkly_api/models/access_rep.rb +225 -0
- data/lib/launchdarkly_api/models/access_token_post.rb +317 -0
- data/lib/launchdarkly_api/models/approval_settings.rb +331 -0
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep.rb +420 -0
- data/lib/launchdarkly_api/models/audit_log_entry_listing_rep_collection.rb +241 -0
- data/lib/launchdarkly_api/models/audit_log_entry_rep.rb +481 -0
- data/lib/launchdarkly_api/models/authorized_app_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/big_segment_target.rb +254 -0
- data/lib/launchdarkly_api/models/branch_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/branch_rep.rb +267 -0
- data/lib/launchdarkly_api/models/clause.rb +78 -24
- data/lib/launchdarkly_api/models/client_side_availability.rb +65 -33
- data/lib/launchdarkly_api/models/client_side_availability_post.rb +237 -0
- data/lib/launchdarkly_api/models/confidence_interval_rep.rb +227 -0
- data/lib/launchdarkly_api/models/conflict.rb +230 -0
- data/lib/launchdarkly_api/models/copied_from_env.rb +233 -0
- data/lib/launchdarkly_api/models/create_copy_flag_config_approval_request_request.rb +281 -0
- data/lib/launchdarkly_api/models/create_flag_config_approval_request_request.rb +297 -0
- data/lib/launchdarkly_api/models/custom_property.rb +59 -23
- data/lib/launchdarkly_api/models/custom_role.rb +101 -34
- data/lib/launchdarkly_api/models/custom_role_post.rb +265 -0
- data/lib/launchdarkly_api/models/custom_role_post_data.rb +265 -0
- data/lib/launchdarkly_api/models/custom_roles.rb +58 -22
- data/lib/launchdarkly_api/models/default_client_side_availability_post.rb +237 -0
- data/lib/launchdarkly_api/models/defaults.rb +56 -25
- data/lib/launchdarkly_api/models/dependent_flag.rb +262 -0
- data/lib/launchdarkly_api/models/dependent_flag_environment.rb +262 -0
- data/lib/launchdarkly_api/models/dependent_flags_by_environment.rb +255 -0
- data/lib/launchdarkly_api/models/destination.rb +88 -47
- data/lib/launchdarkly_api/models/destination_post.rb +281 -0
- data/lib/launchdarkly_api/models/destinations.rb +58 -22
- data/lib/launchdarkly_api/models/environment.rb +144 -73
- data/lib/launchdarkly_api/models/environment_post.rb +90 -56
- data/lib/launchdarkly_api/models/experiment_allocation_rep.rb +237 -0
- data/lib/launchdarkly_api/models/experiment_enabled_period_rep.rb +227 -0
- data/lib/launchdarkly_api/models/experiment_environment_setting_rep.rb +238 -0
- data/lib/launchdarkly_api/models/experiment_info_rep.rb +239 -0
- data/lib/launchdarkly_api/models/experiment_metadata_rep.rb +219 -0
- data/lib/launchdarkly_api/models/experiment_rep.rb +249 -0
- data/lib/launchdarkly_api/models/experiment_results_rep.rb +271 -0
- data/lib/launchdarkly_api/models/experiment_stats_rep.rb +245 -0
- data/lib/launchdarkly_api/models/experiment_time_series_slice.rb +229 -0
- data/lib/launchdarkly_api/models/experiment_time_series_variation_slice.rb +281 -0
- data/lib/launchdarkly_api/models/experiment_totals_rep.rb +281 -0
- data/lib/launchdarkly_api/models/expiring_user_target_error.rb +237 -0
- data/lib/launchdarkly_api/models/expiring_user_target_get_response.rb +236 -0
- data/lib/launchdarkly_api/models/expiring_user_target_item.rb +300 -0
- data/lib/launchdarkly_api/models/expiring_user_target_patch_response.rb +274 -0
- data/lib/launchdarkly_api/models/extinction.rb +274 -0
- data/lib/launchdarkly_api/models/extinction_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/extinction_rep.rb +279 -0
- data/lib/launchdarkly_api/models/feature_flag.rb +276 -123
- data/lib/launchdarkly_api/models/feature_flag_body.rb +105 -55
- data/lib/launchdarkly_api/models/feature_flag_config.rb +184 -55
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +142 -38
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +73 -32
- data/lib/launchdarkly_api/models/feature_flag_status.rb +70 -71
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +71 -33
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +64 -23
- data/lib/launchdarkly_api/models/feature_flags.rb +78 -32
- data/lib/launchdarkly_api/models/flag_config_approval_request_response.rb +448 -0
- data/lib/launchdarkly_api/models/flag_config_approval_requests_response.rb +242 -0
- data/lib/launchdarkly_api/models/flag_copy_config_environment.rb +232 -0
- data/lib/launchdarkly_api/models/flag_copy_config_post.rb +290 -0
- data/lib/launchdarkly_api/models/flag_global_attributes_rep.rb +514 -0
- data/lib/launchdarkly_api/models/flag_listing_rep.rb +257 -0
- data/lib/launchdarkly_api/models/flag_scheduled_changes_input.rb +234 -0
- data/lib/launchdarkly_api/models/flag_status_rep.rb +256 -0
- data/lib/launchdarkly_api/models/flag_summary.rb +223 -0
- data/lib/launchdarkly_api/models/hunk_rep.rb +256 -0
- data/lib/launchdarkly_api/models/inline_object.rb +274 -0
- data/lib/launchdarkly_api/models/inline_object1.rb +276 -0
- data/lib/launchdarkly_api/models/inline_response200.rb +227 -0
- data/lib/launchdarkly_api/models/integration_metadata.rb +265 -0
- data/lib/launchdarkly_api/models/integration_status.rb +237 -0
- data/lib/launchdarkly_api/models/ip_list.rb +241 -0
- data/lib/launchdarkly_api/models/last_seen_metadata.rb +219 -0
- data/lib/launchdarkly_api/models/link.rb +54 -20
- data/lib/launchdarkly_api/models/member.rb +213 -67
- data/lib/launchdarkly_api/models/member_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/member_permission_grant_summary_rep.rb +253 -0
- data/lib/launchdarkly_api/models/member_summary_rep.rb +285 -0
- data/lib/launchdarkly_api/models/member_team_summary_rep.rb +253 -0
- data/lib/launchdarkly_api/models/members.rb +78 -32
- data/lib/launchdarkly_api/models/metric_collection_rep.rb +231 -0
- data/lib/launchdarkly_api/models/metric_listing_rep.rb +444 -0
- data/lib/launchdarkly_api/models/metric_post.rb +368 -0
- data/lib/launchdarkly_api/models/metric_rep.rb +493 -0
- data/lib/launchdarkly_api/models/modification.rb +218 -0
- data/lib/launchdarkly_api/models/multi_environment_dependent_flag.rb +248 -0
- data/lib/launchdarkly_api/models/multi_environment_dependent_flags.rb +255 -0
- data/lib/launchdarkly_api/models/new_member_form.rb +276 -0
- data/lib/launchdarkly_api/models/parent_resource_rep.rb +239 -0
- data/lib/launchdarkly_api/models/patch_operation.rb +59 -26
- data/lib/launchdarkly_api/models/patch_segment_instruction.rb +273 -0
- data/lib/launchdarkly_api/models/patch_segment_request.rb +236 -0
- data/lib/launchdarkly_api/models/patch_with_comment.rb +234 -0
- data/lib/launchdarkly_api/models/post_approval_request_apply_request.rb +218 -0
- data/lib/launchdarkly_api/models/post_approval_request_review_request.rb +227 -0
- data/lib/launchdarkly_api/models/post_flag_scheduled_changes_input.rb +248 -0
- data/lib/launchdarkly_api/models/prerequisite.rb +64 -20
- data/lib/launchdarkly_api/models/project.rb +120 -50
- data/lib/launchdarkly_api/models/project_listing_rep.rb +306 -0
- data/lib/launchdarkly_api/models/project_post.rb +281 -0
- data/lib/launchdarkly_api/models/projects.rb +70 -22
- data/lib/launchdarkly_api/models/pub_nub_detail_rep.rb +227 -0
- data/lib/launchdarkly_api/models/reference_rep.rb +238 -0
- data/lib/launchdarkly_api/models/relay_auto_config_collection_rep.rb +225 -0
- data/lib/launchdarkly_api/models/relay_auto_config_post.rb +240 -0
- data/lib/launchdarkly_api/models/relay_auto_config_rep.rb +327 -0
- data/lib/launchdarkly_api/models/repository_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/repository_post.rb +304 -0
- data/lib/launchdarkly_api/models/repository_rep.rb +342 -0
- data/lib/launchdarkly_api/models/resource_access.rb +228 -0
- data/lib/launchdarkly_api/models/resource_id_response.rb +254 -0
- data/lib/launchdarkly_api/models/review_response.rb +302 -0
- data/lib/launchdarkly_api/models/rollout.rb +89 -32
- data/lib/launchdarkly_api/models/rule.rb +77 -33
- data/lib/launchdarkly_api/models/sdk_list_rep.rb +241 -0
- data/lib/launchdarkly_api/models/sdk_version_list_rep.rb +241 -0
- data/lib/launchdarkly_api/models/sdk_version_rep.rb +237 -0
- data/lib/launchdarkly_api/models/segment_body.rb +270 -0
- data/lib/launchdarkly_api/models/segment_metadata.rb +263 -0
- data/lib/launchdarkly_api/models/segment_user_list.rb +231 -0
- data/lib/launchdarkly_api/models/segment_user_state.rb +227 -0
- data/lib/launchdarkly_api/models/series_list_rep.rb +257 -0
- data/lib/launchdarkly_api/models/source_flag.rb +233 -0
- data/lib/launchdarkly_api/models/statement.rb +66 -63
- data/lib/launchdarkly_api/models/statement_post.rb +271 -0
- data/lib/launchdarkly_api/models/statement_post_data.rb +271 -0
- data/lib/launchdarkly_api/models/statement_rep.rb +266 -0
- data/lib/launchdarkly_api/models/statistic_collection_rep.rb +241 -0
- data/lib/launchdarkly_api/models/statistic_rep.rb +309 -0
- data/lib/launchdarkly_api/models/statistics_root.rb +229 -0
- data/lib/launchdarkly_api/models/subject_data_rep.rb +238 -0
- data/lib/launchdarkly_api/models/target.rb +64 -20
- data/lib/launchdarkly_api/models/target_resource_rep.rb +240 -0
- data/lib/launchdarkly_api/models/title_rep.rb +281 -0
- data/lib/launchdarkly_api/models/token.rb +159 -93
- data/lib/launchdarkly_api/models/token_data_rep.rb +256 -0
- data/lib/launchdarkly_api/models/tokens.rb +68 -32
- data/lib/launchdarkly_api/models/url_post.rb +279 -0
- data/lib/launchdarkly_api/models/user.rb +97 -96
- data/lib/launchdarkly_api/models/user_attribute_names_rep.rb +245 -0
- data/lib/launchdarkly_api/models/user_flag_setting.rb +68 -27
- data/lib/launchdarkly_api/models/user_flag_settings.rb +78 -32
- data/lib/launchdarkly_api/models/user_record.rb +69 -34
- data/lib/launchdarkly_api/models/user_segment.rb +186 -69
- data/lib/launchdarkly_api/models/user_segment_rule.rb +71 -23
- data/lib/launchdarkly_api/models/user_segments.rb +78 -32
- data/lib/launchdarkly_api/models/users.rb +72 -26
- data/lib/launchdarkly_api/models/value_put.rb +229 -0
- data/lib/launchdarkly_api/models/variate.rb +246 -0
- data/lib/launchdarkly_api/models/variation.rb +70 -38
- data/lib/launchdarkly_api/models/variation_or_rollout_rep.rb +227 -0
- data/lib/launchdarkly_api/models/variation_summary.rb +287 -0
- data/lib/launchdarkly_api/models/versions_rep.rb +262 -0
- data/lib/launchdarkly_api/models/webhook.rb +120 -55
- data/lib/launchdarkly_api/models/webhook_post.rb +297 -0
- data/lib/launchdarkly_api/models/webhooks.rb +68 -22
- data/lib/launchdarkly_api/models/weighted_variation.rb +77 -24
- data/lib/launchdarkly_api/version.rb +5 -5
- data/lib/launchdarkly_api.rb +134 -93
- data/spec/api/access_tokens_api_spec.rb +23 -17
- data/spec/api/account_members_api_spec.rb +99 -0
- data/spec/api/account_usage_beta_api_spec.rb +156 -0
- data/spec/api/approvals_api_spec.rb +141 -0
- data/spec/api/audit_log_api_spec.rb +19 -17
- data/spec/api/code_references_api_spec.rb +206 -0
- data/spec/api/custom_roles_api_spec.rb +23 -18
- data/spec/api/data_export_destinations_api_spec.rb +30 -25
- data/spec/api/environments_api_spec.rb +31 -26
- data/spec/api/experiments_beta_api_spec.rb +67 -0
- data/spec/api/feature_flags_api_spec.rb +70 -228
- data/spec/api/feature_flags_beta_api_spec.rb +62 -0
- data/spec/api/metrics_api_spec.rb +100 -0
- data/spec/api/other_api_spec.rb +79 -0
- data/spec/api/projects_api_spec.rb +22 -17
- data/spec/api/relay_proxy_configurations_api_spec.rb +37 -31
- data/spec/api/scheduled_changes_api_spec.rb +112 -0
- data/spec/api/segments_api_spec.rb +164 -0
- data/spec/api/user_settings_api_spec.rb +41 -36
- data/spec/api/users_api_spec.rb +33 -29
- data/spec/api/users_beta_api_spec.rb +48 -0
- data/spec/api/webhooks_api_spec.rb +27 -22
- data/spec/api_client_spec.rb +5 -22
- data/spec/configuration_spec.rb +7 -7
- data/spec/models/access_denied_reason_rep_spec.rb +64 -0
- data/spec/models/access_denied_rep_spec.rb +40 -0
- data/spec/models/access_rep_spec.rb +34 -0
- data/spec/models/access_token_post_spec.rb +74 -0
- data/spec/models/approval_settings_spec.rb +76 -0
- data/spec/models/audit_log_entry_listing_rep_collection_spec.rb +40 -0
- data/spec/models/audit_log_entry_listing_rep_spec.rb +136 -0
- data/spec/models/audit_log_entry_rep_spec.rb +172 -0
- data/spec/models/authorized_app_data_rep_spec.rb +58 -0
- data/spec/models/big_segment_target_spec.rb +46 -0
- data/spec/models/branch_collection_rep_spec.rb +40 -0
- data/spec/models/branch_rep_spec.rb +64 -0
- data/spec/models/clause_spec.rb +8 -15
- data/spec/models/client_side_availability_post_spec.rb +40 -0
- data/spec/models/client_side_availability_spec.rb +10 -17
- data/spec/models/confidence_interval_rep_spec.rb +40 -0
- data/spec/models/conflict_spec.rb +40 -0
- data/spec/models/copied_from_env_spec.rb +40 -0
- data/spec/models/create_copy_flag_config_approval_request_request_spec.rb +64 -0
- data/spec/models/create_flag_config_approval_request_request_spec.rb +70 -0
- data/spec/models/custom_property_spec.rb +8 -15
- data/spec/models/custom_role_post_data_spec.rb +52 -0
- data/spec/models/custom_role_post_spec.rb +52 -0
- data/spec/models/custom_role_spec.rb +14 -15
- data/spec/models/custom_roles_spec.rb +8 -15
- data/spec/models/default_client_side_availability_post_spec.rb +40 -0
- data/spec/models/defaults_spec.rb +8 -15
- data/spec/models/dependent_flag_environment_spec.rb +52 -0
- data/spec/models/dependent_flag_spec.rb +52 -0
- data/spec/models/dependent_flags_by_environment_spec.rb +46 -0
- data/spec/models/destination_post_spec.rb +56 -0
- data/spec/models/destination_spec.rb +19 -20
- data/spec/models/destinations_spec.rb +8 -15
- data/spec/models/environment_post_spec.rb +10 -17
- data/spec/models/environment_spec.rb +8 -27
- data/spec/models/experiment_allocation_rep_spec.rb +40 -0
- data/spec/models/experiment_enabled_period_rep_spec.rb +40 -0
- data/spec/models/experiment_environment_setting_rep_spec.rb +46 -0
- data/spec/models/experiment_info_rep_spec.rb +40 -0
- data/spec/models/experiment_metadata_rep_spec.rb +34 -0
- data/spec/models/experiment_rep_spec.rb +52 -0
- data/spec/models/experiment_results_rep_spec.rb +64 -0
- data/spec/models/experiment_stats_rep_spec.rb +52 -0
- data/spec/models/experiment_time_series_slice_spec.rb +40 -0
- data/spec/models/experiment_time_series_variation_slice_spec.rb +76 -0
- data/spec/models/experiment_totals_rep_spec.rb +76 -0
- data/spec/models/expiring_user_target_error_spec.rb +40 -0
- data/spec/models/expiring_user_target_get_response_spec.rb +40 -0
- data/spec/models/expiring_user_target_item_spec.rb +70 -0
- data/spec/models/expiring_user_target_patch_response_spec.rb +64 -0
- data/spec/models/extinction_collection_rep_spec.rb +40 -0
- data/spec/models/extinction_rep_spec.rb +58 -0
- data/spec/models/extinction_spec.rb +58 -0
- data/spec/models/feature_flag_body_spec.rb +24 -19
- data/spec/models/feature_flag_config_spec.rb +28 -17
- data/spec/models/feature_flag_scheduled_change_spec.rb +34 -17
- data/spec/models/feature_flag_scheduled_changes_spec.rb +10 -17
- data/spec/models/feature_flag_spec.rb +39 -30
- data/spec/models/feature_flag_status_across_environments_spec.rb +10 -17
- data/spec/models/feature_flag_status_spec.rb +8 -25
- data/spec/models/feature_flag_statuses_spec.rb +8 -15
- data/spec/models/feature_flags_spec.rb +10 -17
- data/spec/models/flag_config_approval_request_response_spec.rb +142 -0
- data/spec/models/flag_config_approval_requests_response_spec.rb +40 -0
- data/spec/models/flag_copy_config_environment_spec.rb +40 -0
- data/spec/models/flag_copy_config_post_spec.rb +66 -0
- data/spec/models/flag_global_attributes_rep_spec.rb +158 -0
- data/spec/models/flag_listing_rep_spec.rb +52 -0
- data/spec/models/flag_scheduled_changes_input_spec.rb +40 -0
- data/spec/models/flag_status_rep_spec.rb +52 -0
- data/spec/models/flag_summary_spec.rb +34 -0
- data/spec/models/hunk_rep_spec.rb +58 -0
- data/spec/models/inline_object1_spec.rb +64 -0
- data/spec/models/inline_object_spec.rb +58 -0
- data/spec/models/inline_response200_spec.rb +40 -0
- data/spec/models/integration_metadata_spec.rb +52 -0
- data/spec/models/integration_status_spec.rb +40 -0
- data/spec/models/ip_list_spec.rb +40 -0
- data/spec/models/last_seen_metadata_spec.rb +34 -0
- data/spec/models/link_spec.rb +8 -15
- data/spec/models/member_data_rep_spec.rb +58 -0
- data/spec/models/member_permission_grant_summary_rep_spec.rb +46 -0
- data/spec/models/member_spec.rb +44 -21
- data/spec/models/member_summary_rep_spec.rb +64 -0
- data/spec/models/member_team_summary_rep_spec.rb +46 -0
- data/spec/models/members_spec.rb +10 -17
- data/spec/models/metric_collection_rep_spec.rb +40 -0
- data/spec/models/metric_listing_rep_spec.rb +140 -0
- data/spec/models/metric_post_spec.rb +104 -0
- data/spec/models/metric_rep_spec.rb +170 -0
- data/spec/models/modification_spec.rb +34 -0
- data/spec/models/multi_environment_dependent_flag_spec.rb +46 -0
- data/spec/models/multi_environment_dependent_flags_spec.rb +46 -0
- data/spec/models/new_member_form_spec.rb +64 -0
- data/spec/models/parent_resource_rep_spec.rb +46 -0
- data/spec/models/patch_operation_spec.rb +8 -15
- data/spec/models/patch_segment_instruction_spec.rb +58 -0
- data/spec/models/patch_segment_request_spec.rb +40 -0
- data/spec/models/patch_with_comment_spec.rb +40 -0
- data/spec/models/post_approval_request_apply_request_spec.rb +34 -0
- data/spec/models/post_approval_request_review_request_spec.rb +40 -0
- data/spec/models/post_flag_scheduled_changes_input_spec.rb +46 -0
- data/spec/models/prerequisite_spec.rb +8 -15
- data/spec/models/project_listing_rep_spec.rb +70 -0
- data/spec/models/project_post_spec.rb +64 -0
- data/spec/models/project_spec.rb +12 -19
- data/spec/models/projects_spec.rb +8 -15
- data/spec/models/pub_nub_detail_rep_spec.rb +40 -0
- data/spec/models/reference_rep_spec.rb +46 -0
- data/spec/models/relay_auto_config_collection_rep_spec.rb +34 -0
- data/spec/models/relay_auto_config_post_spec.rb +40 -0
- data/spec/models/relay_auto_config_rep_spec.rb +82 -0
- data/spec/models/repository_collection_rep_spec.rb +40 -0
- data/spec/models/repository_post_spec.rb +68 -0
- data/spec/models/repository_rep_spec.rb +94 -0
- data/spec/models/resource_access_spec.rb +40 -0
- data/spec/models/resource_id_response_spec.rb +58 -0
- data/spec/models/review_response_spec.rb +62 -0
- data/spec/models/rollout_spec.rb +22 -17
- data/spec/models/rule_spec.rb +11 -18
- data/spec/models/sdk_list_rep_spec.rb +40 -0
- data/spec/models/sdk_version_list_rep_spec.rb +40 -0
- data/spec/models/sdk_version_rep_spec.rb +40 -0
- data/spec/models/segment_body_spec.rb +58 -0
- data/spec/models/segment_metadata_spec.rb +64 -0
- data/spec/models/segment_user_list_spec.rb +40 -0
- data/spec/models/segment_user_state_spec.rb +40 -0
- data/spec/models/series_list_rep_spec.rb +46 -0
- data/spec/models/source_flag_spec.rb +40 -0
- data/spec/models/statement_post_data_spec.rb +58 -0
- data/spec/models/statement_post_spec.rb +58 -0
- data/spec/models/statement_rep_spec.rb +58 -0
- data/spec/models/statement_spec.rb +8 -19
- data/spec/models/statistic_collection_rep_spec.rb +40 -0
- data/spec/models/statistic_rep_spec.rb +70 -0
- data/spec/models/statistics_root_spec.rb +40 -0
- data/spec/models/subject_data_rep_spec.rb +46 -0
- data/spec/models/target_resource_rep_spec.rb +46 -0
- data/spec/models/target_spec.rb +8 -15
- data/spec/models/title_rep_spec.rb +76 -0
- data/spec/models/token_data_rep_spec.rb +58 -0
- data/spec/models/token_spec.rb +27 -28
- data/spec/models/tokens_spec.rb +10 -17
- data/spec/models/url_post_spec.rb +56 -0
- data/spec/models/user_attribute_names_rep_spec.rb +46 -0
- data/spec/models/user_flag_setting_spec.rb +8 -15
- data/spec/models/user_flag_settings_spec.rb +10 -17
- data/spec/models/user_record_spec.rb +9 -16
- data/spec/models/user_segment_rule_spec.rb +14 -15
- data/spec/models/user_segment_spec.rb +52 -23
- data/spec/models/user_segments_spec.rb +10 -17
- data/spec/models/user_spec.rb +15 -46
- data/spec/models/users_spec.rb +8 -15
- data/spec/models/value_put_spec.rb +40 -0
- data/spec/models/variate_spec.rb +52 -0
- data/spec/models/variation_or_rollout_rep_spec.rb +40 -0
- data/spec/models/variation_spec.rb +10 -17
- data/spec/models/variation_summary_spec.rb +70 -0
- data/spec/models/versions_rep_spec.rb +52 -0
- data/spec/models/webhook_post_spec.rb +70 -0
- data/spec/models/webhook_spec.rb +18 -19
- data/spec/models/webhooks_spec.rb +8 -15
- data/spec/models/weighted_variation_spec.rb +14 -15
- data/spec/spec_helper.rb +4 -4
- metadata +831 -562
- data/docs/ApprovalRequest.md +0 -20
- data/docs/ApprovalRequestApplyConfigBody.md +0 -8
- data/docs/ApprovalRequestConfigBody.md +0 -13
- data/docs/ApprovalRequestReview.md +0 -11
- data/docs/ApprovalRequestReviewConfigBody.md +0 -9
- data/docs/ApprovalRequestReviewStatus.md +0 -7
- data/docs/ApprovalRequests.md +0 -9
- data/docs/AuditLogEntries.md +0 -9
- data/docs/AuditLogEntry.md +0 -19
- data/docs/AuditLogEntryTarget.md +0 -10
- data/docs/BigSegmentTargetChanges.md +0 -9
- data/docs/BigSegmentTargetsBody.md +0 -9
- data/docs/CopyActions.md +0 -7
- data/docs/CustomPropertyValues.md +0 -7
- data/docs/CustomRoleBody.md +0 -11
- data/docs/CustomerMetricsApi.md +0 -511
- data/docs/DestinationAmazonKinesis.md +0 -10
- data/docs/DestinationBody.md +0 -11
- data/docs/DestinationGooglePubSub.md +0 -9
- data/docs/DestinationMParticle.md +0 -11
- data/docs/DestinationSegment.md +0 -8
- data/docs/EnvironmentApprovalSettings.md +0 -12
- data/docs/EvaluationUsageError.md +0 -9
- data/docs/Events.md +0 -8
- data/docs/Fallthrough.md +0 -9
- data/docs/FeatureFlagCopyBody.md +0 -12
- data/docs/FeatureFlagCopyObject.md +0 -9
- data/docs/FeatureFlagScheduledChangesConflicts.md +0 -8
- data/docs/FeatureFlagScheduledChangesConflictsInstructions.md +0 -9
- data/docs/FeatureFlagStatusForQueriedEnvironment.md +0 -10
- data/docs/FeatureFlagStatusLinks.md +0 -9
- data/docs/FlagConfigScheduledChangesConflictsBody.md +0 -9
- data/docs/FlagConfigScheduledChangesPatchBody.md +0 -9
- data/docs/FlagConfigScheduledChangesPostBody.md +0 -10
- data/docs/FlagListItem.md +0 -11
- data/docs/HierarchicalLinks.md +0 -9
- data/docs/Id.md +0 -7
- data/docs/Integration.md +0 -9
- data/docs/IntegrationLinks.md +0 -8
- data/docs/IntegrationSubscription.md +0 -16
- data/docs/IntegrationSubscriptionStatus.md +0 -10
- data/docs/Integrations.md +0 -9
- data/docs/IntegrationsApi.md +0 -334
- data/docs/Links.md +0 -9
- data/docs/MAU.md +0 -10
- data/docs/MAUMetadata.md +0 -7
- data/docs/MAUbyCategory.md +0 -10
- data/docs/MemberLastSeenMetadata.md +0 -8
- data/docs/MembersBody.md +0 -13
- data/docs/PatchComment.md +0 -9
- data/docs/Policy.md +0 -12
- data/docs/ProjectBody.md +0 -13
- data/docs/RelayProxyConfig.md +0 -15
- data/docs/RelayProxyConfigBody.md +0 -9
- data/docs/RelayProxyConfigs.md +0 -8
- data/docs/Role.md +0 -7
- data/docs/RootApi.md +0 -56
- data/docs/ScheduledChangesFeatureFlagConflict.md +0 -9
- data/docs/SemanticPatchInstruction.md +0 -7
- data/docs/SemanticPatchInstructionInner.md +0 -8
- data/docs/SemanticPatchOperation.md +0 -9
- data/docs/Site.md +0 -9
- data/docs/Stream.md +0 -10
- data/docs/StreamBySDK.md +0 -10
- data/docs/StreamBySDKLinks.md +0 -9
- data/docs/StreamBySDKLinksMetadata.md +0 -10
- data/docs/StreamLinks.md +0 -10
- data/docs/StreamSDKVersion.md +0 -9
- data/docs/StreamSDKVersionData.md +0 -9
- data/docs/StreamUsageError.md +0 -9
- data/docs/StreamUsageLinks.md +0 -10
- data/docs/StreamUsageMetadata.md +0 -10
- data/docs/StreamUsageSeries.md +0 -9
- data/docs/Streams.md +0 -8
- data/docs/SubscriptionBody.md +0 -12
- data/docs/TeamMembersApi.md +0 -329
- data/docs/TokenBody.md +0 -13
- data/docs/Usage.md +0 -9
- data/docs/UsageError.md +0 -8
- data/docs/UsageLinks.md +0 -10
- data/docs/UserSegmentBody.md +0 -12
- data/docs/UserSegmentsApi.md +0 -488
- data/docs/UserSettingsBody.md +0 -8
- data/docs/UserTargetingExpirationForFlag.md +0 -14
- data/docs/UserTargetingExpirationForFlags.md +0 -9
- data/docs/UserTargetingExpirationForSegment.md +0 -14
- data/docs/UserTargetingExpirationOnFlagsForUser.md +0 -9
- data/docs/UserTargetingExpirationResourceIdForFlag.md +0 -12
- data/docs/WebhookBody.md +0 -14
- data/lib/launchdarkly_api/api/customer_metrics_api.rb +0 -519
- data/lib/launchdarkly_api/api/integrations_api.rb +0 -358
- data/lib/launchdarkly_api/api/root_api.rb +0 -69
- data/lib/launchdarkly_api/api/team_members_api.rb +0 -340
- data/lib/launchdarkly_api/api/user_segments_api.rb +0 -548
- data/lib/launchdarkly_api/models/approval_request.rb +0 -337
- data/lib/launchdarkly_api/models/approval_request_apply_config_body.rb +0 -185
- data/lib/launchdarkly_api/models/approval_request_config_body.rb +0 -250
- data/lib/launchdarkly_api/models/approval_request_review.rb +0 -212
- data/lib/launchdarkly_api/models/approval_request_review_config_body.rb +0 -234
- data/lib/launchdarkly_api/models/approval_request_review_status.rb +0 -31
- data/lib/launchdarkly_api/models/approval_requests.rb +0 -195
- data/lib/launchdarkly_api/models/audit_log_entries.rb +0 -195
- data/lib/launchdarkly_api/models/audit_log_entry.rb +0 -283
- data/lib/launchdarkly_api/models/audit_log_entry_target.rb +0 -204
- data/lib/launchdarkly_api/models/big_segment_target_changes.rb +0 -199
- data/lib/launchdarkly_api/models/big_segment_targets_body.rb +0 -193
- data/lib/launchdarkly_api/models/copy_actions.rb +0 -34
- data/lib/launchdarkly_api/models/custom_property_values.rb +0 -176
- data/lib/launchdarkly_api/models/custom_role_body.rb +0 -231
- data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +0 -202
- data/lib/launchdarkly_api/models/destination_body.rb +0 -264
- data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +0 -193
- data/lib/launchdarkly_api/models/destination_m_particle.rb +0 -211
- data/lib/launchdarkly_api/models/destination_segment.rb +0 -184
- data/lib/launchdarkly_api/models/environment_approval_settings.rb +0 -260
- data/lib/launchdarkly_api/models/evaluation_usage_error.rb +0 -193
- data/lib/launchdarkly_api/models/events.rb +0 -184
- data/lib/launchdarkly_api/models/fallthrough.rb +0 -193
- data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +0 -227
- data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +0 -200
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts.rb +0 -186
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts_instructions.rb +0 -196
- data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +0 -237
- data/lib/launchdarkly_api/models/feature_flag_status_links.rb +0 -193
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_conflicts_body.rb +0 -194
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_patch_body.rb +0 -194
- data/lib/launchdarkly_api/models/flag_config_scheduled_changes_post_body.rb +0 -204
- data/lib/launchdarkly_api/models/flag_list_item.rb +0 -211
- data/lib/launchdarkly_api/models/hierarchical_links.rb +0 -193
- data/lib/launchdarkly_api/models/id.rb +0 -176
- data/lib/launchdarkly_api/models/integration.rb +0 -195
- data/lib/launchdarkly_api/models/integration__links.rb +0 -184
- data/lib/launchdarkly_api/models/integration_subscription.rb +0 -265
- data/lib/launchdarkly_api/models/integration_subscription__status.rb +0 -203
- data/lib/launchdarkly_api/models/integrations.rb +0 -196
- data/lib/launchdarkly_api/models/links.rb +0 -193
- data/lib/launchdarkly_api/models/ma_uby_category.rb +0 -206
- data/lib/launchdarkly_api/models/mau.rb +0 -206
- data/lib/launchdarkly_api/models/mau_metadata.rb +0 -175
- data/lib/launchdarkly_api/models/member__last_seen_metadata.rb +0 -185
- data/lib/launchdarkly_api/models/members_body.rb +0 -238
- data/lib/launchdarkly_api/models/patch_comment.rb +0 -195
- data/lib/launchdarkly_api/models/policy.rb +0 -231
- data/lib/launchdarkly_api/models/project_body.rb +0 -243
- data/lib/launchdarkly_api/models/relay_proxy_config.rb +0 -289
- data/lib/launchdarkly_api/models/relay_proxy_config_body.rb +0 -196
- data/lib/launchdarkly_api/models/relay_proxy_configs.rb +0 -186
- data/lib/launchdarkly_api/models/role.rb +0 -32
- data/lib/launchdarkly_api/models/scheduled_changes_feature_flag_conflict.rb +0 -195
- data/lib/launchdarkly_api/models/semantic_patch_instruction.rb +0 -175
- data/lib/launchdarkly_api/models/semantic_patch_instruction_inner.rb +0 -185
- data/lib/launchdarkly_api/models/semantic_patch_operation.rb +0 -198
- data/lib/launchdarkly_api/models/site.rb +0 -193
- data/lib/launchdarkly_api/models/stream.rb +0 -206
- data/lib/launchdarkly_api/models/stream_by_sdk.rb +0 -206
- data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +0 -193
- data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +0 -202
- data/lib/launchdarkly_api/models/stream_links.rb +0 -205
- data/lib/launchdarkly_api/models/stream_sdk_version.rb +0 -195
- data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +0 -195
- data/lib/launchdarkly_api/models/stream_usage_error.rb +0 -193
- data/lib/launchdarkly_api/models/stream_usage_links.rb +0 -205
- data/lib/launchdarkly_api/models/stream_usage_metadata.rb +0 -204
- data/lib/launchdarkly_api/models/stream_usage_series.rb +0 -195
- data/lib/launchdarkly_api/models/streams.rb +0 -184
- data/lib/launchdarkly_api/models/subscription_body.rb +0 -238
- data/lib/launchdarkly_api/models/token_body.rb +0 -238
- data/lib/launchdarkly_api/models/usage.rb +0 -195
- data/lib/launchdarkly_api/models/usage_error.rb +0 -184
- data/lib/launchdarkly_api/models/usage_links.rb +0 -205
- data/lib/launchdarkly_api/models/user_segment_body.rb +0 -237
- data/lib/launchdarkly_api/models/user_settings_body.rb +0 -185
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +0 -241
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +0 -195
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +0 -241
- data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +0 -195
- data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +0 -220
- data/lib/launchdarkly_api/models/webhook_body.rb +0 -263
- data/openapi.yml +0 -4719
- data/spec/api/customer_metrics_api_spec.rb +0 -141
- data/spec/api/integrations_api_spec.rb +0 -105
- data/spec/api/root_api_spec.rb +0 -45
- data/spec/api/team_members_api_spec.rb +0 -104
- data/spec/api/user_segments_api_spec.rb +0 -142
- data/spec/models/approval_request_apply_config_body_spec.rb +0 -41
- data/spec/models/approval_request_config_body_spec.rb +0 -71
- data/spec/models/approval_request_review_config_body_spec.rb +0 -51
- data/spec/models/approval_request_review_spec.rb +0 -59
- data/spec/models/approval_request_review_status_spec.rb +0 -35
- data/spec/models/approval_request_spec.rb +0 -117
- data/spec/models/approval_requests_spec.rb +0 -47
- data/spec/models/audit_log_entries_spec.rb +0 -47
- data/spec/models/audit_log_entry_spec.rb +0 -107
- data/spec/models/audit_log_entry_target_spec.rb +0 -53
- data/spec/models/big_segment_target_changes_spec.rb +0 -47
- data/spec/models/big_segment_targets_body_spec.rb +0 -47
- data/spec/models/copy_actions_spec.rb +0 -35
- data/spec/models/custom_property_values_spec.rb +0 -35
- data/spec/models/custom_role_body_spec.rb +0 -59
- data/spec/models/destination_amazon_kinesis_spec.rb +0 -53
- data/spec/models/destination_body_spec.rb +0 -63
- data/spec/models/destination_google_pub_sub_spec.rb +0 -47
- data/spec/models/destination_m_particle_spec.rb +0 -59
- data/spec/models/destination_segment_spec.rb +0 -41
- data/spec/models/environment_approval_settings_spec.rb +0 -69
- data/spec/models/evaluation_usage_error_spec.rb +0 -47
- data/spec/models/events_spec.rb +0 -41
- data/spec/models/fallthrough_spec.rb +0 -47
- data/spec/models/feature_flag_copy_body_spec.rb +0 -65
- data/spec/models/feature_flag_copy_object_spec.rb +0 -47
- data/spec/models/feature_flag_scheduled_changes_conflicts_instructions_spec.rb +0 -47
- data/spec/models/feature_flag_scheduled_changes_conflicts_spec.rb +0 -41
- data/spec/models/feature_flag_status_for_queried_environment_spec.rb +0 -57
- data/spec/models/feature_flag_status_links_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_conflicts_body_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_patch_body_spec.rb +0 -47
- data/spec/models/flag_config_scheduled_changes_post_body_spec.rb +0 -53
- data/spec/models/flag_list_item_spec.rb +0 -59
- data/spec/models/hierarchical_links_spec.rb +0 -47
- data/spec/models/id_spec.rb +0 -35
- data/spec/models/integration__links_spec.rb +0 -41
- data/spec/models/integration_spec.rb +0 -47
- data/spec/models/integration_subscription__status_spec.rb +0 -53
- data/spec/models/integration_subscription_spec.rb +0 -89
- data/spec/models/integrations_spec.rb +0 -47
- data/spec/models/links_spec.rb +0 -47
- data/spec/models/ma_uby_category_spec.rb +0 -53
- data/spec/models/mau_metadata_spec.rb +0 -35
- data/spec/models/mau_spec.rb +0 -53
- data/spec/models/member__last_seen_metadata_spec.rb +0 -41
- data/spec/models/members_body_spec.rb +0 -71
- data/spec/models/patch_comment_spec.rb +0 -47
- data/spec/models/policy_spec.rb +0 -65
- data/spec/models/project_body_spec.rb +0 -71
- data/spec/models/relay_proxy_config_body_spec.rb +0 -47
- data/spec/models/relay_proxy_config_spec.rb +0 -83
- data/spec/models/relay_proxy_configs_spec.rb +0 -41
- data/spec/models/role_spec.rb +0 -35
- data/spec/models/scheduled_changes_feature_flag_conflict_spec.rb +0 -47
- data/spec/models/semantic_patch_instruction_inner_spec.rb +0 -41
- data/spec/models/semantic_patch_instruction_spec.rb +0 -35
- data/spec/models/semantic_patch_operation_spec.rb +0 -47
- data/spec/models/site_spec.rb +0 -47
- data/spec/models/stream_by_sdk_links_metadata_spec.rb +0 -53
- data/spec/models/stream_by_sdk_links_spec.rb +0 -47
- data/spec/models/stream_by_sdk_spec.rb +0 -53
- data/spec/models/stream_links_spec.rb +0 -53
- data/spec/models/stream_sdk_version_data_spec.rb +0 -47
- data/spec/models/stream_sdk_version_spec.rb +0 -47
- data/spec/models/stream_spec.rb +0 -53
- data/spec/models/stream_usage_error_spec.rb +0 -47
- data/spec/models/stream_usage_links_spec.rb +0 -53
- data/spec/models/stream_usage_metadata_spec.rb +0 -53
- data/spec/models/stream_usage_series_spec.rb +0 -47
- data/spec/models/streams_spec.rb +0 -41
- data/spec/models/subscription_body_spec.rb +0 -65
- data/spec/models/token_body_spec.rb +0 -71
- data/spec/models/usage_error_spec.rb +0 -41
- data/spec/models/usage_links_spec.rb +0 -53
- data/spec/models/usage_spec.rb +0 -47
- data/spec/models/user_segment_body_spec.rb +0 -65
- data/spec/models/user_settings_body_spec.rb +0 -41
- data/spec/models/user_targeting_expiration_for_flag_spec.rb +0 -77
- data/spec/models/user_targeting_expiration_for_flags_spec.rb +0 -47
- data/spec/models/user_targeting_expiration_for_segment_spec.rb +0 -77
- data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +0 -47
- data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +0 -65
- data/spec/models/webhook_body_spec.rb +0 -77
@@ -1,358 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#LaunchDarkly REST API
|
3
|
-
|
4
|
-
#Build custom integrations with the LaunchDarkly REST API
|
5
|
-
|
6
|
-
OpenAPI spec version: 5.0.3
|
7
|
-
Contact: support@launchdarkly.com
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.17
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'uri'
|
14
|
-
|
15
|
-
module LaunchDarklyApi
|
16
|
-
class IntegrationsApi
|
17
|
-
attr_accessor :api_client
|
18
|
-
|
19
|
-
def initialize(api_client = ApiClient.default)
|
20
|
-
@api_client = api_client
|
21
|
-
end
|
22
|
-
# Delete an integration subscription by ID.
|
23
|
-
# @param integration_key The key used to specify the integration kind.
|
24
|
-
# @param integration_id The integration ID.
|
25
|
-
# @param [Hash] opts the optional parameters
|
26
|
-
# @return [nil]
|
27
|
-
def delete_integration_subscription(integration_key, integration_id, opts = {})
|
28
|
-
delete_integration_subscription_with_http_info(integration_key, integration_id, opts)
|
29
|
-
nil
|
30
|
-
end
|
31
|
-
|
32
|
-
# Delete an integration subscription by ID.
|
33
|
-
# @param integration_key The key used to specify the integration kind.
|
34
|
-
# @param integration_id The integration ID.
|
35
|
-
# @param [Hash] opts the optional parameters
|
36
|
-
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
37
|
-
def delete_integration_subscription_with_http_info(integration_key, integration_id, opts = {})
|
38
|
-
if @api_client.config.debugging
|
39
|
-
@api_client.config.logger.debug 'Calling API: IntegrationsApi.delete_integration_subscription ...'
|
40
|
-
end
|
41
|
-
# verify the required parameter 'integration_key' is set
|
42
|
-
if @api_client.config.client_side_validation && integration_key.nil?
|
43
|
-
fail ArgumentError, "Missing the required parameter 'integration_key' when calling IntegrationsApi.delete_integration_subscription"
|
44
|
-
end
|
45
|
-
# verify the required parameter 'integration_id' is set
|
46
|
-
if @api_client.config.client_side_validation && integration_id.nil?
|
47
|
-
fail ArgumentError, "Missing the required parameter 'integration_id' when calling IntegrationsApi.delete_integration_subscription"
|
48
|
-
end
|
49
|
-
# resource path
|
50
|
-
local_var_path = '/integrations/{integrationKey}/{integrationId}'.sub('{' + 'integrationKey' + '}', integration_key.to_s).sub('{' + 'integrationId' + '}', integration_id.to_s)
|
51
|
-
|
52
|
-
# query parameters
|
53
|
-
query_params = {}
|
54
|
-
|
55
|
-
# header parameters
|
56
|
-
header_params = {}
|
57
|
-
# HTTP header 'Accept' (if needed)
|
58
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
59
|
-
# HTTP header 'Content-Type'
|
60
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
61
|
-
|
62
|
-
# form parameters
|
63
|
-
form_params = {}
|
64
|
-
|
65
|
-
# http body (model)
|
66
|
-
post_body = nil
|
67
|
-
auth_names = ['Token']
|
68
|
-
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
69
|
-
:header_params => header_params,
|
70
|
-
:query_params => query_params,
|
71
|
-
:form_params => form_params,
|
72
|
-
:body => post_body,
|
73
|
-
:auth_names => auth_names)
|
74
|
-
if @api_client.config.debugging
|
75
|
-
@api_client.config.logger.debug "API called: IntegrationsApi#delete_integration_subscription\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
76
|
-
end
|
77
|
-
return data, status_code, headers
|
78
|
-
end
|
79
|
-
# Get a single integration subscription by ID.
|
80
|
-
# @param integration_key The key used to specify the integration kind.
|
81
|
-
# @param integration_id The integration ID.
|
82
|
-
# @param [Hash] opts the optional parameters
|
83
|
-
# @return [IntegrationSubscription]
|
84
|
-
def get_integration_subscription(integration_key, integration_id, opts = {})
|
85
|
-
data, _status_code, _headers = get_integration_subscription_with_http_info(integration_key, integration_id, opts)
|
86
|
-
data
|
87
|
-
end
|
88
|
-
|
89
|
-
# Get a single integration subscription by ID.
|
90
|
-
# @param integration_key The key used to specify the integration kind.
|
91
|
-
# @param integration_id The integration ID.
|
92
|
-
# @param [Hash] opts the optional parameters
|
93
|
-
# @return [Array<(IntegrationSubscription, Fixnum, Hash)>] IntegrationSubscription data, response status code and response headers
|
94
|
-
def get_integration_subscription_with_http_info(integration_key, integration_id, opts = {})
|
95
|
-
if @api_client.config.debugging
|
96
|
-
@api_client.config.logger.debug 'Calling API: IntegrationsApi.get_integration_subscription ...'
|
97
|
-
end
|
98
|
-
# verify the required parameter 'integration_key' is set
|
99
|
-
if @api_client.config.client_side_validation && integration_key.nil?
|
100
|
-
fail ArgumentError, "Missing the required parameter 'integration_key' when calling IntegrationsApi.get_integration_subscription"
|
101
|
-
end
|
102
|
-
# verify the required parameter 'integration_id' is set
|
103
|
-
if @api_client.config.client_side_validation && integration_id.nil?
|
104
|
-
fail ArgumentError, "Missing the required parameter 'integration_id' when calling IntegrationsApi.get_integration_subscription"
|
105
|
-
end
|
106
|
-
# resource path
|
107
|
-
local_var_path = '/integrations/{integrationKey}/{integrationId}'.sub('{' + 'integrationKey' + '}', integration_key.to_s).sub('{' + 'integrationId' + '}', integration_id.to_s)
|
108
|
-
|
109
|
-
# query parameters
|
110
|
-
query_params = {}
|
111
|
-
|
112
|
-
# header parameters
|
113
|
-
header_params = {}
|
114
|
-
# HTTP header 'Accept' (if needed)
|
115
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
116
|
-
# HTTP header 'Content-Type'
|
117
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
118
|
-
|
119
|
-
# form parameters
|
120
|
-
form_params = {}
|
121
|
-
|
122
|
-
# http body (model)
|
123
|
-
post_body = nil
|
124
|
-
auth_names = ['Token']
|
125
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
126
|
-
:header_params => header_params,
|
127
|
-
:query_params => query_params,
|
128
|
-
:form_params => form_params,
|
129
|
-
:body => post_body,
|
130
|
-
:auth_names => auth_names,
|
131
|
-
:return_type => 'IntegrationSubscription')
|
132
|
-
if @api_client.config.debugging
|
133
|
-
@api_client.config.logger.debug "API called: IntegrationsApi#get_integration_subscription\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
134
|
-
end
|
135
|
-
return data, status_code, headers
|
136
|
-
end
|
137
|
-
# Get a list of all configured integrations of a given kind.
|
138
|
-
# @param integration_key The key used to specify the integration kind.
|
139
|
-
# @param [Hash] opts the optional parameters
|
140
|
-
# @return [Integration]
|
141
|
-
def get_integration_subscriptions(integration_key, opts = {})
|
142
|
-
data, _status_code, _headers = get_integration_subscriptions_with_http_info(integration_key, opts)
|
143
|
-
data
|
144
|
-
end
|
145
|
-
|
146
|
-
# Get a list of all configured integrations of a given kind.
|
147
|
-
# @param integration_key The key used to specify the integration kind.
|
148
|
-
# @param [Hash] opts the optional parameters
|
149
|
-
# @return [Array<(Integration, Fixnum, Hash)>] Integration data, response status code and response headers
|
150
|
-
def get_integration_subscriptions_with_http_info(integration_key, opts = {})
|
151
|
-
if @api_client.config.debugging
|
152
|
-
@api_client.config.logger.debug 'Calling API: IntegrationsApi.get_integration_subscriptions ...'
|
153
|
-
end
|
154
|
-
# verify the required parameter 'integration_key' is set
|
155
|
-
if @api_client.config.client_side_validation && integration_key.nil?
|
156
|
-
fail ArgumentError, "Missing the required parameter 'integration_key' when calling IntegrationsApi.get_integration_subscriptions"
|
157
|
-
end
|
158
|
-
# resource path
|
159
|
-
local_var_path = '/integrations/{integrationKey}'.sub('{' + 'integrationKey' + '}', integration_key.to_s)
|
160
|
-
|
161
|
-
# query parameters
|
162
|
-
query_params = {}
|
163
|
-
|
164
|
-
# header parameters
|
165
|
-
header_params = {}
|
166
|
-
# HTTP header 'Accept' (if needed)
|
167
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
168
|
-
# HTTP header 'Content-Type'
|
169
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
170
|
-
|
171
|
-
# form parameters
|
172
|
-
form_params = {}
|
173
|
-
|
174
|
-
# http body (model)
|
175
|
-
post_body = nil
|
176
|
-
auth_names = ['Token']
|
177
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
178
|
-
:header_params => header_params,
|
179
|
-
:query_params => query_params,
|
180
|
-
:form_params => form_params,
|
181
|
-
:body => post_body,
|
182
|
-
:auth_names => auth_names,
|
183
|
-
:return_type => 'Integration')
|
184
|
-
if @api_client.config.debugging
|
185
|
-
@api_client.config.logger.debug "API called: IntegrationsApi#get_integration_subscriptions\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
186
|
-
end
|
187
|
-
return data, status_code, headers
|
188
|
-
end
|
189
|
-
# Get a list of all configured audit log event integrations associated with this account.
|
190
|
-
# @param [Hash] opts the optional parameters
|
191
|
-
# @return [Integrations]
|
192
|
-
def get_integrations(opts = {})
|
193
|
-
data, _status_code, _headers = get_integrations_with_http_info(opts)
|
194
|
-
data
|
195
|
-
end
|
196
|
-
|
197
|
-
# Get a list of all configured audit log event integrations associated with this account.
|
198
|
-
# @param [Hash] opts the optional parameters
|
199
|
-
# @return [Array<(Integrations, Fixnum, Hash)>] Integrations data, response status code and response headers
|
200
|
-
def get_integrations_with_http_info(opts = {})
|
201
|
-
if @api_client.config.debugging
|
202
|
-
@api_client.config.logger.debug 'Calling API: IntegrationsApi.get_integrations ...'
|
203
|
-
end
|
204
|
-
# resource path
|
205
|
-
local_var_path = '/integrations'
|
206
|
-
|
207
|
-
# query parameters
|
208
|
-
query_params = {}
|
209
|
-
|
210
|
-
# header parameters
|
211
|
-
header_params = {}
|
212
|
-
# HTTP header 'Accept' (if needed)
|
213
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
214
|
-
# HTTP header 'Content-Type'
|
215
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
216
|
-
|
217
|
-
# form parameters
|
218
|
-
form_params = {}
|
219
|
-
|
220
|
-
# http body (model)
|
221
|
-
post_body = nil
|
222
|
-
auth_names = ['Token']
|
223
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
224
|
-
:header_params => header_params,
|
225
|
-
:query_params => query_params,
|
226
|
-
:form_params => form_params,
|
227
|
-
:body => post_body,
|
228
|
-
:auth_names => auth_names,
|
229
|
-
:return_type => 'Integrations')
|
230
|
-
if @api_client.config.debugging
|
231
|
-
@api_client.config.logger.debug "API called: IntegrationsApi#get_integrations\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
232
|
-
end
|
233
|
-
return data, status_code, headers
|
234
|
-
end
|
235
|
-
# Modify an integration subscription by ID.
|
236
|
-
# @param integration_key The key used to specify the integration kind.
|
237
|
-
# @param integration_id The integration ID.
|
238
|
-
# @param patch_delta Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/'
|
239
|
-
# @param [Hash] opts the optional parameters
|
240
|
-
# @return [IntegrationSubscription]
|
241
|
-
def patch_integration_subscription(integration_key, integration_id, patch_delta, opts = {})
|
242
|
-
data, _status_code, _headers = patch_integration_subscription_with_http_info(integration_key, integration_id, patch_delta, opts)
|
243
|
-
data
|
244
|
-
end
|
245
|
-
|
246
|
-
# Modify an integration subscription by ID.
|
247
|
-
# @param integration_key The key used to specify the integration kind.
|
248
|
-
# @param integration_id The integration ID.
|
249
|
-
# @param patch_delta Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/'
|
250
|
-
# @param [Hash] opts the optional parameters
|
251
|
-
# @return [Array<(IntegrationSubscription, Fixnum, Hash)>] IntegrationSubscription data, response status code and response headers
|
252
|
-
def patch_integration_subscription_with_http_info(integration_key, integration_id, patch_delta, opts = {})
|
253
|
-
if @api_client.config.debugging
|
254
|
-
@api_client.config.logger.debug 'Calling API: IntegrationsApi.patch_integration_subscription ...'
|
255
|
-
end
|
256
|
-
# verify the required parameter 'integration_key' is set
|
257
|
-
if @api_client.config.client_side_validation && integration_key.nil?
|
258
|
-
fail ArgumentError, "Missing the required parameter 'integration_key' when calling IntegrationsApi.patch_integration_subscription"
|
259
|
-
end
|
260
|
-
# verify the required parameter 'integration_id' is set
|
261
|
-
if @api_client.config.client_side_validation && integration_id.nil?
|
262
|
-
fail ArgumentError, "Missing the required parameter 'integration_id' when calling IntegrationsApi.patch_integration_subscription"
|
263
|
-
end
|
264
|
-
# verify the required parameter 'patch_delta' is set
|
265
|
-
if @api_client.config.client_side_validation && patch_delta.nil?
|
266
|
-
fail ArgumentError, "Missing the required parameter 'patch_delta' when calling IntegrationsApi.patch_integration_subscription"
|
267
|
-
end
|
268
|
-
# resource path
|
269
|
-
local_var_path = '/integrations/{integrationKey}/{integrationId}'.sub('{' + 'integrationKey' + '}', integration_key.to_s).sub('{' + 'integrationId' + '}', integration_id.to_s)
|
270
|
-
|
271
|
-
# query parameters
|
272
|
-
query_params = {}
|
273
|
-
|
274
|
-
# header parameters
|
275
|
-
header_params = {}
|
276
|
-
# HTTP header 'Accept' (if needed)
|
277
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
278
|
-
# HTTP header 'Content-Type'
|
279
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
280
|
-
|
281
|
-
# form parameters
|
282
|
-
form_params = {}
|
283
|
-
|
284
|
-
# http body (model)
|
285
|
-
post_body = @api_client.object_to_http_body(patch_delta)
|
286
|
-
auth_names = ['Token']
|
287
|
-
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
288
|
-
:header_params => header_params,
|
289
|
-
:query_params => query_params,
|
290
|
-
:form_params => form_params,
|
291
|
-
:body => post_body,
|
292
|
-
:auth_names => auth_names,
|
293
|
-
:return_type => 'IntegrationSubscription')
|
294
|
-
if @api_client.config.debugging
|
295
|
-
@api_client.config.logger.debug "API called: IntegrationsApi#patch_integration_subscription\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
296
|
-
end
|
297
|
-
return data, status_code, headers
|
298
|
-
end
|
299
|
-
# Create a new integration subscription of a given kind.
|
300
|
-
# @param integration_key The key used to specify the integration kind.
|
301
|
-
# @param subscription_body Create a new integration subscription.
|
302
|
-
# @param [Hash] opts the optional parameters
|
303
|
-
# @return [IntegrationSubscription]
|
304
|
-
def post_integration_subscription(integration_key, subscription_body, opts = {})
|
305
|
-
data, _status_code, _headers = post_integration_subscription_with_http_info(integration_key, subscription_body, opts)
|
306
|
-
data
|
307
|
-
end
|
308
|
-
|
309
|
-
# Create a new integration subscription of a given kind.
|
310
|
-
# @param integration_key The key used to specify the integration kind.
|
311
|
-
# @param subscription_body Create a new integration subscription.
|
312
|
-
# @param [Hash] opts the optional parameters
|
313
|
-
# @return [Array<(IntegrationSubscription, Fixnum, Hash)>] IntegrationSubscription data, response status code and response headers
|
314
|
-
def post_integration_subscription_with_http_info(integration_key, subscription_body, opts = {})
|
315
|
-
if @api_client.config.debugging
|
316
|
-
@api_client.config.logger.debug 'Calling API: IntegrationsApi.post_integration_subscription ...'
|
317
|
-
end
|
318
|
-
# verify the required parameter 'integration_key' is set
|
319
|
-
if @api_client.config.client_side_validation && integration_key.nil?
|
320
|
-
fail ArgumentError, "Missing the required parameter 'integration_key' when calling IntegrationsApi.post_integration_subscription"
|
321
|
-
end
|
322
|
-
# verify the required parameter 'subscription_body' is set
|
323
|
-
if @api_client.config.client_side_validation && subscription_body.nil?
|
324
|
-
fail ArgumentError, "Missing the required parameter 'subscription_body' when calling IntegrationsApi.post_integration_subscription"
|
325
|
-
end
|
326
|
-
# resource path
|
327
|
-
local_var_path = '/integrations/{integrationKey}'.sub('{' + 'integrationKey' + '}', integration_key.to_s)
|
328
|
-
|
329
|
-
# query parameters
|
330
|
-
query_params = {}
|
331
|
-
|
332
|
-
# header parameters
|
333
|
-
header_params = {}
|
334
|
-
# HTTP header 'Accept' (if needed)
|
335
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
336
|
-
# HTTP header 'Content-Type'
|
337
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
338
|
-
|
339
|
-
# form parameters
|
340
|
-
form_params = {}
|
341
|
-
|
342
|
-
# http body (model)
|
343
|
-
post_body = @api_client.object_to_http_body(subscription_body)
|
344
|
-
auth_names = ['Token']
|
345
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
346
|
-
:header_params => header_params,
|
347
|
-
:query_params => query_params,
|
348
|
-
:form_params => form_params,
|
349
|
-
:body => post_body,
|
350
|
-
:auth_names => auth_names,
|
351
|
-
:return_type => 'IntegrationSubscription')
|
352
|
-
if @api_client.config.debugging
|
353
|
-
@api_client.config.logger.debug "API called: IntegrationsApi#post_integration_subscription\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
354
|
-
end
|
355
|
-
return data, status_code, headers
|
356
|
-
end
|
357
|
-
end
|
358
|
-
end
|
@@ -1,69 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#LaunchDarkly REST API
|
3
|
-
|
4
|
-
#Build custom integrations with the LaunchDarkly REST API
|
5
|
-
|
6
|
-
OpenAPI spec version: 5.0.3
|
7
|
-
Contact: support@launchdarkly.com
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.17
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'uri'
|
14
|
-
|
15
|
-
module LaunchDarklyApi
|
16
|
-
class RootApi
|
17
|
-
attr_accessor :api_client
|
18
|
-
|
19
|
-
def initialize(api_client = ApiClient.default)
|
20
|
-
@api_client = api_client
|
21
|
-
end
|
22
|
-
# You can issue a GET request to the root resource to find all of the resource categories supported by the API.
|
23
|
-
# @param [Hash] opts the optional parameters
|
24
|
-
# @return [Links]
|
25
|
-
def get_root(opts = {})
|
26
|
-
data, _status_code, _headers = get_root_with_http_info(opts)
|
27
|
-
data
|
28
|
-
end
|
29
|
-
|
30
|
-
# You can issue a GET request to the root resource to find all of the resource categories supported by the API.
|
31
|
-
# @param [Hash] opts the optional parameters
|
32
|
-
# @return [Array<(Links, Fixnum, Hash)>] Links data, response status code and response headers
|
33
|
-
def get_root_with_http_info(opts = {})
|
34
|
-
if @api_client.config.debugging
|
35
|
-
@api_client.config.logger.debug 'Calling API: RootApi.get_root ...'
|
36
|
-
end
|
37
|
-
# resource path
|
38
|
-
local_var_path = '/'
|
39
|
-
|
40
|
-
# query parameters
|
41
|
-
query_params = {}
|
42
|
-
|
43
|
-
# header parameters
|
44
|
-
header_params = {}
|
45
|
-
# HTTP header 'Accept' (if needed)
|
46
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
47
|
-
# HTTP header 'Content-Type'
|
48
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
49
|
-
|
50
|
-
# form parameters
|
51
|
-
form_params = {}
|
52
|
-
|
53
|
-
# http body (model)
|
54
|
-
post_body = nil
|
55
|
-
auth_names = ['Token']
|
56
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
57
|
-
:header_params => header_params,
|
58
|
-
:query_params => query_params,
|
59
|
-
:form_params => form_params,
|
60
|
-
:body => post_body,
|
61
|
-
:auth_names => auth_names,
|
62
|
-
:return_type => 'Links')
|
63
|
-
if @api_client.config.debugging
|
64
|
-
@api_client.config.logger.debug "API called: RootApi#get_root\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
65
|
-
end
|
66
|
-
return data, status_code, headers
|
67
|
-
end
|
68
|
-
end
|
69
|
-
end
|
@@ -1,340 +0,0 @@
|
|
1
|
-
=begin
|
2
|
-
#LaunchDarkly REST API
|
3
|
-
|
4
|
-
#Build custom integrations with the LaunchDarkly REST API
|
5
|
-
|
6
|
-
OpenAPI spec version: 5.0.3
|
7
|
-
Contact: support@launchdarkly.com
|
8
|
-
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
9
|
-
Swagger Codegen version: 2.4.17
|
10
|
-
|
11
|
-
=end
|
12
|
-
|
13
|
-
require 'uri'
|
14
|
-
|
15
|
-
module LaunchDarklyApi
|
16
|
-
class TeamMembersApi
|
17
|
-
attr_accessor :api_client
|
18
|
-
|
19
|
-
def initialize(api_client = ApiClient.default)
|
20
|
-
@api_client = api_client
|
21
|
-
end
|
22
|
-
# Delete a team member by ID.
|
23
|
-
# @param member_id The member ID.
|
24
|
-
# @param [Hash] opts the optional parameters
|
25
|
-
# @return [nil]
|
26
|
-
def delete_member(member_id, opts = {})
|
27
|
-
delete_member_with_http_info(member_id, opts)
|
28
|
-
nil
|
29
|
-
end
|
30
|
-
|
31
|
-
# Delete a team member by ID.
|
32
|
-
# @param member_id The member ID.
|
33
|
-
# @param [Hash] opts the optional parameters
|
34
|
-
# @return [Array<(nil, Fixnum, Hash)>] nil, response status code and response headers
|
35
|
-
def delete_member_with_http_info(member_id, opts = {})
|
36
|
-
if @api_client.config.debugging
|
37
|
-
@api_client.config.logger.debug 'Calling API: TeamMembersApi.delete_member ...'
|
38
|
-
end
|
39
|
-
# verify the required parameter 'member_id' is set
|
40
|
-
if @api_client.config.client_side_validation && member_id.nil?
|
41
|
-
fail ArgumentError, "Missing the required parameter 'member_id' when calling TeamMembersApi.delete_member"
|
42
|
-
end
|
43
|
-
# resource path
|
44
|
-
local_var_path = '/members/{memberId}'.sub('{' + 'memberId' + '}', member_id.to_s)
|
45
|
-
|
46
|
-
# query parameters
|
47
|
-
query_params = {}
|
48
|
-
|
49
|
-
# header parameters
|
50
|
-
header_params = {}
|
51
|
-
# HTTP header 'Accept' (if needed)
|
52
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
53
|
-
# HTTP header 'Content-Type'
|
54
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
55
|
-
|
56
|
-
# form parameters
|
57
|
-
form_params = {}
|
58
|
-
|
59
|
-
# http body (model)
|
60
|
-
post_body = nil
|
61
|
-
auth_names = ['Token']
|
62
|
-
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
|
63
|
-
:header_params => header_params,
|
64
|
-
:query_params => query_params,
|
65
|
-
:form_params => form_params,
|
66
|
-
:body => post_body,
|
67
|
-
:auth_names => auth_names)
|
68
|
-
if @api_client.config.debugging
|
69
|
-
@api_client.config.logger.debug "API called: TeamMembersApi#delete_member\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
70
|
-
end
|
71
|
-
return data, status_code, headers
|
72
|
-
end
|
73
|
-
# Get the current team member associated with the token
|
74
|
-
# @param [Hash] opts the optional parameters
|
75
|
-
# @return [Member]
|
76
|
-
def get_me(opts = {})
|
77
|
-
data, _status_code, _headers = get_me_with_http_info(opts)
|
78
|
-
data
|
79
|
-
end
|
80
|
-
|
81
|
-
# Get the current team member associated with the token
|
82
|
-
# @param [Hash] opts the optional parameters
|
83
|
-
# @return [Array<(Member, Fixnum, Hash)>] Member data, response status code and response headers
|
84
|
-
def get_me_with_http_info(opts = {})
|
85
|
-
if @api_client.config.debugging
|
86
|
-
@api_client.config.logger.debug 'Calling API: TeamMembersApi.get_me ...'
|
87
|
-
end
|
88
|
-
# resource path
|
89
|
-
local_var_path = '/members/me'
|
90
|
-
|
91
|
-
# query parameters
|
92
|
-
query_params = {}
|
93
|
-
|
94
|
-
# header parameters
|
95
|
-
header_params = {}
|
96
|
-
# HTTP header 'Accept' (if needed)
|
97
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
98
|
-
# HTTP header 'Content-Type'
|
99
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
100
|
-
|
101
|
-
# form parameters
|
102
|
-
form_params = {}
|
103
|
-
|
104
|
-
# http body (model)
|
105
|
-
post_body = nil
|
106
|
-
auth_names = ['Token']
|
107
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
108
|
-
:header_params => header_params,
|
109
|
-
:query_params => query_params,
|
110
|
-
:form_params => form_params,
|
111
|
-
:body => post_body,
|
112
|
-
:auth_names => auth_names,
|
113
|
-
:return_type => 'Member')
|
114
|
-
if @api_client.config.debugging
|
115
|
-
@api_client.config.logger.debug "API called: TeamMembersApi#get_me\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
116
|
-
end
|
117
|
-
return data, status_code, headers
|
118
|
-
end
|
119
|
-
# Get a single team member by ID.
|
120
|
-
# @param member_id The member ID.
|
121
|
-
# @param [Hash] opts the optional parameters
|
122
|
-
# @return [Member]
|
123
|
-
def get_member(member_id, opts = {})
|
124
|
-
data, _status_code, _headers = get_member_with_http_info(member_id, opts)
|
125
|
-
data
|
126
|
-
end
|
127
|
-
|
128
|
-
# Get a single team member by ID.
|
129
|
-
# @param member_id The member ID.
|
130
|
-
# @param [Hash] opts the optional parameters
|
131
|
-
# @return [Array<(Member, Fixnum, Hash)>] Member data, response status code and response headers
|
132
|
-
def get_member_with_http_info(member_id, opts = {})
|
133
|
-
if @api_client.config.debugging
|
134
|
-
@api_client.config.logger.debug 'Calling API: TeamMembersApi.get_member ...'
|
135
|
-
end
|
136
|
-
# verify the required parameter 'member_id' is set
|
137
|
-
if @api_client.config.client_side_validation && member_id.nil?
|
138
|
-
fail ArgumentError, "Missing the required parameter 'member_id' when calling TeamMembersApi.get_member"
|
139
|
-
end
|
140
|
-
# resource path
|
141
|
-
local_var_path = '/members/{memberId}'.sub('{' + 'memberId' + '}', member_id.to_s)
|
142
|
-
|
143
|
-
# query parameters
|
144
|
-
query_params = {}
|
145
|
-
|
146
|
-
# header parameters
|
147
|
-
header_params = {}
|
148
|
-
# HTTP header 'Accept' (if needed)
|
149
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
150
|
-
# HTTP header 'Content-Type'
|
151
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
152
|
-
|
153
|
-
# form parameters
|
154
|
-
form_params = {}
|
155
|
-
|
156
|
-
# http body (model)
|
157
|
-
post_body = nil
|
158
|
-
auth_names = ['Token']
|
159
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
160
|
-
:header_params => header_params,
|
161
|
-
:query_params => query_params,
|
162
|
-
:form_params => form_params,
|
163
|
-
:body => post_body,
|
164
|
-
:auth_names => auth_names,
|
165
|
-
:return_type => 'Member')
|
166
|
-
if @api_client.config.debugging
|
167
|
-
@api_client.config.logger.debug "API called: TeamMembersApi#get_member\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
168
|
-
end
|
169
|
-
return data, status_code, headers
|
170
|
-
end
|
171
|
-
# Returns a list of all members in the account.
|
172
|
-
# @param [Hash] opts the optional parameters
|
173
|
-
# @option opts [Float] :limit The number of objects to return. Defaults to -1, which returns everything.
|
174
|
-
# @option opts [Float] :offset Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first 10 items and then return the next limit items.
|
175
|
-
# @option opts [String] :filter A comma-separated list of filters. Each filter is of the form field:value.
|
176
|
-
# @option opts [String] :sort A comma-separated list of fields to sort by. A field prefixed by a - will be sorted in descending order.
|
177
|
-
# @return [Members]
|
178
|
-
def get_members(opts = {})
|
179
|
-
data, _status_code, _headers = get_members_with_http_info(opts)
|
180
|
-
data
|
181
|
-
end
|
182
|
-
|
183
|
-
# Returns a list of all members in the account.
|
184
|
-
# @param [Hash] opts the optional parameters
|
185
|
-
# @option opts [Float] :limit The number of objects to return. Defaults to -1, which returns everything.
|
186
|
-
# @option opts [Float] :offset Where to start in the list. This is for use with pagination. For example, an offset of 10 would skip the first 10 items and then return the next limit items.
|
187
|
-
# @option opts [String] :filter A comma-separated list of filters. Each filter is of the form field:value.
|
188
|
-
# @option opts [String] :sort A comma-separated list of fields to sort by. A field prefixed by a - will be sorted in descending order.
|
189
|
-
# @return [Array<(Members, Fixnum, Hash)>] Members data, response status code and response headers
|
190
|
-
def get_members_with_http_info(opts = {})
|
191
|
-
if @api_client.config.debugging
|
192
|
-
@api_client.config.logger.debug 'Calling API: TeamMembersApi.get_members ...'
|
193
|
-
end
|
194
|
-
# resource path
|
195
|
-
local_var_path = '/members'
|
196
|
-
|
197
|
-
# query parameters
|
198
|
-
query_params = {}
|
199
|
-
query_params[:'limit'] = opts[:'limit'] if !opts[:'limit'].nil?
|
200
|
-
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
201
|
-
query_params[:'filter'] = opts[:'filter'] if !opts[:'filter'].nil?
|
202
|
-
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
203
|
-
|
204
|
-
# header parameters
|
205
|
-
header_params = {}
|
206
|
-
# HTTP header 'Accept' (if needed)
|
207
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
208
|
-
# HTTP header 'Content-Type'
|
209
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
210
|
-
|
211
|
-
# form parameters
|
212
|
-
form_params = {}
|
213
|
-
|
214
|
-
# http body (model)
|
215
|
-
post_body = nil
|
216
|
-
auth_names = ['Token']
|
217
|
-
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
218
|
-
:header_params => header_params,
|
219
|
-
:query_params => query_params,
|
220
|
-
:form_params => form_params,
|
221
|
-
:body => post_body,
|
222
|
-
:auth_names => auth_names,
|
223
|
-
:return_type => 'Members')
|
224
|
-
if @api_client.config.debugging
|
225
|
-
@api_client.config.logger.debug "API called: TeamMembersApi#get_members\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
226
|
-
end
|
227
|
-
return data, status_code, headers
|
228
|
-
end
|
229
|
-
# Modify a team member by ID.
|
230
|
-
# @param member_id The member ID.
|
231
|
-
# @param patch_delta Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/'
|
232
|
-
# @param [Hash] opts the optional parameters
|
233
|
-
# @return [Member]
|
234
|
-
def patch_member(member_id, patch_delta, opts = {})
|
235
|
-
data, _status_code, _headers = patch_member_with_http_info(member_id, patch_delta, opts)
|
236
|
-
data
|
237
|
-
end
|
238
|
-
|
239
|
-
# Modify a team member by ID.
|
240
|
-
# @param member_id The member ID.
|
241
|
-
# @param patch_delta Requires a JSON Patch representation of the desired changes to the project. 'http://jsonpatch.com/'
|
242
|
-
# @param [Hash] opts the optional parameters
|
243
|
-
# @return [Array<(Member, Fixnum, Hash)>] Member data, response status code and response headers
|
244
|
-
def patch_member_with_http_info(member_id, patch_delta, opts = {})
|
245
|
-
if @api_client.config.debugging
|
246
|
-
@api_client.config.logger.debug 'Calling API: TeamMembersApi.patch_member ...'
|
247
|
-
end
|
248
|
-
# verify the required parameter 'member_id' is set
|
249
|
-
if @api_client.config.client_side_validation && member_id.nil?
|
250
|
-
fail ArgumentError, "Missing the required parameter 'member_id' when calling TeamMembersApi.patch_member"
|
251
|
-
end
|
252
|
-
# verify the required parameter 'patch_delta' is set
|
253
|
-
if @api_client.config.client_side_validation && patch_delta.nil?
|
254
|
-
fail ArgumentError, "Missing the required parameter 'patch_delta' when calling TeamMembersApi.patch_member"
|
255
|
-
end
|
256
|
-
# resource path
|
257
|
-
local_var_path = '/members/{memberId}'.sub('{' + 'memberId' + '}', member_id.to_s)
|
258
|
-
|
259
|
-
# query parameters
|
260
|
-
query_params = {}
|
261
|
-
|
262
|
-
# header parameters
|
263
|
-
header_params = {}
|
264
|
-
# HTTP header 'Accept' (if needed)
|
265
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
266
|
-
# HTTP header 'Content-Type'
|
267
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
268
|
-
|
269
|
-
# form parameters
|
270
|
-
form_params = {}
|
271
|
-
|
272
|
-
# http body (model)
|
273
|
-
post_body = @api_client.object_to_http_body(patch_delta)
|
274
|
-
auth_names = ['Token']
|
275
|
-
data, status_code, headers = @api_client.call_api(:PATCH, local_var_path,
|
276
|
-
:header_params => header_params,
|
277
|
-
:query_params => query_params,
|
278
|
-
:form_params => form_params,
|
279
|
-
:body => post_body,
|
280
|
-
:auth_names => auth_names,
|
281
|
-
:return_type => 'Member')
|
282
|
-
if @api_client.config.debugging
|
283
|
-
@api_client.config.logger.debug "API called: TeamMembersApi#patch_member\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
284
|
-
end
|
285
|
-
return data, status_code, headers
|
286
|
-
end
|
287
|
-
# Invite new members.
|
288
|
-
# @param members_body New members to invite.
|
289
|
-
# @param [Hash] opts the optional parameters
|
290
|
-
# @return [Members]
|
291
|
-
def post_members(members_body, opts = {})
|
292
|
-
data, _status_code, _headers = post_members_with_http_info(members_body, opts)
|
293
|
-
data
|
294
|
-
end
|
295
|
-
|
296
|
-
# Invite new members.
|
297
|
-
# @param members_body New members to invite.
|
298
|
-
# @param [Hash] opts the optional parameters
|
299
|
-
# @return [Array<(Members, Fixnum, Hash)>] Members data, response status code and response headers
|
300
|
-
def post_members_with_http_info(members_body, opts = {})
|
301
|
-
if @api_client.config.debugging
|
302
|
-
@api_client.config.logger.debug 'Calling API: TeamMembersApi.post_members ...'
|
303
|
-
end
|
304
|
-
# verify the required parameter 'members_body' is set
|
305
|
-
if @api_client.config.client_side_validation && members_body.nil?
|
306
|
-
fail ArgumentError, "Missing the required parameter 'members_body' when calling TeamMembersApi.post_members"
|
307
|
-
end
|
308
|
-
# resource path
|
309
|
-
local_var_path = '/members'
|
310
|
-
|
311
|
-
# query parameters
|
312
|
-
query_params = {}
|
313
|
-
|
314
|
-
# header parameters
|
315
|
-
header_params = {}
|
316
|
-
# HTTP header 'Accept' (if needed)
|
317
|
-
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
318
|
-
# HTTP header 'Content-Type'
|
319
|
-
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
320
|
-
|
321
|
-
# form parameters
|
322
|
-
form_params = {}
|
323
|
-
|
324
|
-
# http body (model)
|
325
|
-
post_body = @api_client.object_to_http_body(members_body)
|
326
|
-
auth_names = ['Token']
|
327
|
-
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
328
|
-
:header_params => header_params,
|
329
|
-
:query_params => query_params,
|
330
|
-
:form_params => form_params,
|
331
|
-
:body => post_body,
|
332
|
-
:auth_names => auth_names,
|
333
|
-
:return_type => 'Members')
|
334
|
-
if @api_client.config.debugging
|
335
|
-
@api_client.config.logger.debug "API called: TeamMembersApi#post_members\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
336
|
-
end
|
337
|
-
return data, status_code, headers
|
338
|
-
end
|
339
|
-
end
|
340
|
-
end
|