launchdarkly_api 3.7.1 → 3.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +223 -198
- data/docs/FeatureFlagChangeRequest.md +19 -0
- data/docs/FeatureFlagChangeRequestApplyConfigBody.md +8 -0
- data/docs/FeatureFlagChangeRequestConfigBody.md +11 -0
- data/docs/FeatureFlagChangeRequestReview.md +11 -0
- data/docs/FeatureFlagChangeRequestReviewConfigBody.md +9 -0
- data/docs/FeatureFlagChangeRequestReviewStatus.md +7 -0
- data/docs/FeatureFlagChangeRequests.md +9 -0
- data/docs/FeatureFlagConfig.md +2 -0
- data/docs/FeatureFlagsApi.md +313 -0
- data/docs/HierarchicalLinks.md +9 -0
- data/docs/Integration.md +9 -0
- data/docs/IntegrationLinks.md +8 -0
- data/docs/IntegrationSubscription.md +16 -0
- data/docs/IntegrationSubscriptionStatus.md +10 -0
- data/docs/Integrations.md +9 -0
- data/docs/IntegrationsApi.md +334 -0
- data/docs/Rule.md +1 -0
- data/docs/SubscriptionBody.md +12 -0
- data/launchdarkly_api.gemspec +1 -1
- data/lib/launchdarkly_api.rb +16 -1
- data/lib/launchdarkly_api/api/access_tokens_api.rb +1 -1
- data/lib/launchdarkly_api/api/audit_log_api.rb +1 -1
- data/lib/launchdarkly_api/api/custom_roles_api.rb +1 -1
- data/lib/launchdarkly_api/api/customer_metrics_api.rb +1 -1
- data/lib/launchdarkly_api/api/data_export_destinations_api.rb +1 -1
- data/lib/launchdarkly_api/api/environments_api.rb +1 -1
- data/lib/launchdarkly_api/api/feature_flags_api.rb +351 -1
- data/lib/launchdarkly_api/api/integrations_api.rb +358 -0
- data/lib/launchdarkly_api/api/projects_api.rb +1 -1
- data/lib/launchdarkly_api/api/relay_proxy_configurations_api.rb +1 -1
- data/lib/launchdarkly_api/api/root_api.rb +1 -1
- data/lib/launchdarkly_api/api/team_members_api.rb +1 -1
- data/lib/launchdarkly_api/api/user_segments_api.rb +1 -1
- data/lib/launchdarkly_api/api/user_settings_api.rb +1 -1
- data/lib/launchdarkly_api/api/users_api.rb +1 -1
- data/lib/launchdarkly_api/api/webhooks_api.rb +1 -1
- data/lib/launchdarkly_api/api_client.rb +1 -1
- data/lib/launchdarkly_api/api_error.rb +1 -1
- data/lib/launchdarkly_api/configuration.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entries.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry.rb +1 -1
- data/lib/launchdarkly_api/models/audit_log_entry_target.rb +1 -1
- data/lib/launchdarkly_api/models/clause.rb +1 -1
- data/lib/launchdarkly_api/models/client_side_availability.rb +1 -1
- data/lib/launchdarkly_api/models/copy_actions.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property.rb +1 -1
- data/lib/launchdarkly_api/models/custom_property_values.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role.rb +1 -1
- data/lib/launchdarkly_api/models/custom_role_body.rb +1 -1
- data/lib/launchdarkly_api/models/custom_roles.rb +1 -1
- data/lib/launchdarkly_api/models/defaults.rb +1 -1
- data/lib/launchdarkly_api/models/destination.rb +1 -1
- data/lib/launchdarkly_api/models/destination_amazon_kinesis.rb +1 -1
- data/lib/launchdarkly_api/models/destination_body.rb +1 -1
- data/lib/launchdarkly_api/models/destination_google_pub_sub.rb +1 -1
- data/lib/launchdarkly_api/models/destination_m_particle.rb +1 -1
- data/lib/launchdarkly_api/models/destination_segment.rb +1 -1
- data/lib/launchdarkly_api/models/destinations.rb +1 -1
- data/lib/launchdarkly_api/models/environment.rb +1 -1
- data/lib/launchdarkly_api/models/environment_post.rb +1 -1
- data/lib/launchdarkly_api/models/evaluation_usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/events.rb +1 -1
- data/lib/launchdarkly_api/models/fallthrough.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_change_request.rb +325 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_apply_config_body.rb +184 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_config_body.rb +229 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_review.rb +211 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_review_config_body.rb +233 -0
- data/lib/launchdarkly_api/models/feature_flag_change_request_review_status.rb +31 -0
- data/lib/launchdarkly_api/models/feature_flag_change_requests.rb +194 -0
- data/lib/launchdarkly_api/models/feature_flag_config.rb +23 -5
- data/lib/launchdarkly_api/models/feature_flag_copy_body.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_copy_object.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_change.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_scheduled_changes_conflicts_instructions.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_across_environments.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_status_for_queried_environment.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flag_statuses.rb +1 -1
- data/lib/launchdarkly_api/models/feature_flags.rb +1 -1
- data/lib/launchdarkly_api/models/flag_list_item.rb +1 -1
- data/lib/launchdarkly_api/models/hierarchical_links.rb +192 -0
- data/lib/launchdarkly_api/models/id.rb +1 -1
- data/lib/launchdarkly_api/models/integration.rb +194 -0
- data/lib/launchdarkly_api/models/integration__links.rb +183 -0
- data/lib/launchdarkly_api/models/integration_subscription.rb +264 -0
- data/lib/launchdarkly_api/models/integration_subscription__status.rb +202 -0
- data/lib/launchdarkly_api/models/integrations.rb +195 -0
- data/lib/launchdarkly_api/models/link.rb +1 -1
- data/lib/launchdarkly_api/models/links.rb +1 -1
- data/lib/launchdarkly_api/models/ma_uby_category.rb +1 -1
- data/lib/launchdarkly_api/models/mau.rb +1 -1
- data/lib/launchdarkly_api/models/mau_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/member.rb +1 -1
- data/lib/launchdarkly_api/models/members.rb +1 -1
- data/lib/launchdarkly_api/models/members_body.rb +1 -1
- data/lib/launchdarkly_api/models/patch_comment.rb +1 -1
- data/lib/launchdarkly_api/models/patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/policy.rb +1 -1
- data/lib/launchdarkly_api/models/prerequisite.rb +1 -1
- data/lib/launchdarkly_api/models/project.rb +1 -1
- data/lib/launchdarkly_api/models/project_body.rb +1 -1
- data/lib/launchdarkly_api/models/projects.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_config.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_config_body.rb +1 -1
- data/lib/launchdarkly_api/models/relay_proxy_configs.rb +1 -1
- data/lib/launchdarkly_api/models/role.rb +1 -1
- data/lib/launchdarkly_api/models/rollout.rb +1 -1
- data/lib/launchdarkly_api/models/rule.rb +14 -5
- data/lib/launchdarkly_api/models/scheduled_changes_feature_flag_conflict.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_instruction.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_instruction_inner.rb +1 -1
- data/lib/launchdarkly_api/models/semantic_patch_operation.rb +1 -1
- data/lib/launchdarkly_api/models/site.rb +1 -1
- data/lib/launchdarkly_api/models/statement.rb +1 -1
- data/lib/launchdarkly_api/models/stream.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_by_sdk_links_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/stream_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_sdk_version.rb +1 -1
- data/lib/launchdarkly_api/models/stream_sdk_version_data.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_links.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_metadata.rb +1 -1
- data/lib/launchdarkly_api/models/stream_usage_series.rb +1 -1
- data/lib/launchdarkly_api/models/streams.rb +1 -1
- data/lib/launchdarkly_api/models/subscription_body.rb +237 -0
- data/lib/launchdarkly_api/models/target.rb +1 -1
- data/lib/launchdarkly_api/models/token.rb +1 -1
- data/lib/launchdarkly_api/models/token_body.rb +1 -1
- data/lib/launchdarkly_api/models/tokens.rb +1 -1
- data/lib/launchdarkly_api/models/unbounded_segment_target_changes.rb +1 -1
- data/lib/launchdarkly_api/models/unbounded_segment_targets_body.rb +1 -1
- data/lib/launchdarkly_api/models/usage.rb +1 -1
- data/lib/launchdarkly_api/models/usage_error.rb +1 -1
- data/lib/launchdarkly_api/models/usage_links.rb +1 -1
- data/lib/launchdarkly_api/models/user.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_setting.rb +1 -1
- data/lib/launchdarkly_api/models/user_flag_settings.rb +1 -1
- data/lib/launchdarkly_api/models/user_record.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_body.rb +1 -1
- data/lib/launchdarkly_api/models/user_segment_rule.rb +1 -1
- data/lib/launchdarkly_api/models/user_segments.rb +1 -1
- data/lib/launchdarkly_api/models/user_settings_body.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flag.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_flags.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_for_segment.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_on_flags_for_user.rb +1 -1
- data/lib/launchdarkly_api/models/user_targeting_expiration_resource_id_for_flag.rb +1 -1
- data/lib/launchdarkly_api/models/users.rb +1 -1
- data/lib/launchdarkly_api/models/variation.rb +1 -1
- data/lib/launchdarkly_api/models/webhook.rb +1 -1
- data/lib/launchdarkly_api/models/webhook_body.rb +1 -1
- data/lib/launchdarkly_api/models/webhooks.rb +1 -1
- data/lib/launchdarkly_api/models/weighted_variation.rb +1 -1
- data/lib/launchdarkly_api/version.rb +2 -2
- data/openapi.yml +511 -1
- data/spec/api/access_tokens_api_spec.rb +1 -1
- data/spec/api/audit_log_api_spec.rb +1 -1
- data/spec/api/custom_roles_api_spec.rb +1 -1
- data/spec/api/customer_metrics_api_spec.rb +1 -1
- data/spec/api/data_export_destinations_api_spec.rb +1 -1
- data/spec/api/environments_api_spec.rb +1 -1
- data/spec/api/feature_flags_api_spec.rb +71 -1
- data/spec/api/integrations_api_spec.rb +105 -0
- data/spec/api/projects_api_spec.rb +1 -1
- data/spec/api/relay_proxy_configurations_api_spec.rb +1 -1
- data/spec/api/root_api_spec.rb +1 -1
- data/spec/api/team_members_api_spec.rb +1 -1
- data/spec/api/user_segments_api_spec.rb +1 -1
- data/spec/api/user_settings_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +1 -1
- data/spec/api/webhooks_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/audit_log_entries_spec.rb +1 -1
- data/spec/models/audit_log_entry_spec.rb +1 -1
- data/spec/models/audit_log_entry_target_spec.rb +1 -1
- data/spec/models/clause_spec.rb +1 -1
- data/spec/models/client_side_availability_spec.rb +1 -1
- data/spec/models/copy_actions_spec.rb +1 -1
- data/spec/models/custom_property_spec.rb +1 -1
- data/spec/models/custom_property_values_spec.rb +1 -1
- data/spec/models/custom_role_body_spec.rb +1 -1
- data/spec/models/custom_role_spec.rb +1 -1
- data/spec/models/custom_roles_spec.rb +1 -1
- data/spec/models/defaults_spec.rb +1 -1
- data/spec/models/destination_amazon_kinesis_spec.rb +1 -1
- data/spec/models/destination_body_spec.rb +1 -1
- data/spec/models/destination_google_pub_sub_spec.rb +1 -1
- data/spec/models/destination_m_particle_spec.rb +1 -1
- data/spec/models/destination_segment_spec.rb +1 -1
- data/spec/models/destination_spec.rb +1 -1
- data/spec/models/destinations_spec.rb +1 -1
- data/spec/models/environment_post_spec.rb +1 -1
- data/spec/models/environment_spec.rb +1 -1
- data/spec/models/evaluation_usage_error_spec.rb +1 -1
- data/spec/models/events_spec.rb +1 -1
- data/spec/models/fallthrough_spec.rb +1 -1
- data/spec/models/feature_flag_body_spec.rb +1 -1
- data/spec/models/feature_flag_change_request_apply_config_body_spec.rb +41 -0
- data/spec/models/feature_flag_change_request_config_body_spec.rb +59 -0
- data/spec/models/feature_flag_change_request_review_config_body_spec.rb +51 -0
- data/spec/models/feature_flag_change_request_review_spec.rb +59 -0
- data/spec/models/feature_flag_change_request_review_status_spec.rb +35 -0
- data/spec/models/feature_flag_change_request_spec.rb +111 -0
- data/spec/models/feature_flag_change_requests_spec.rb +47 -0
- data/spec/models/feature_flag_config_spec.rb +13 -1
- data/spec/models/feature_flag_copy_body_spec.rb +1 -1
- data/spec/models/feature_flag_copy_object_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_change_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_conflicts_instructions_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_conflicts_spec.rb +1 -1
- data/spec/models/feature_flag_scheduled_changes_spec.rb +1 -1
- data/spec/models/feature_flag_spec.rb +1 -1
- data/spec/models/feature_flag_status_across_environments_spec.rb +1 -1
- data/spec/models/feature_flag_status_for_queried_environment_spec.rb +1 -1
- data/spec/models/feature_flag_status_spec.rb +1 -1
- data/spec/models/feature_flag_statuses_spec.rb +1 -1
- data/spec/models/feature_flags_spec.rb +1 -1
- data/spec/models/flag_list_item_spec.rb +1 -1
- data/spec/models/hierarchical_links_spec.rb +47 -0
- data/spec/models/id_spec.rb +1 -1
- data/spec/models/integration__links_spec.rb +41 -0
- data/spec/models/integration_spec.rb +47 -0
- data/spec/models/integration_subscription__status_spec.rb +53 -0
- data/spec/models/integration_subscription_spec.rb +89 -0
- data/spec/models/integrations_spec.rb +47 -0
- data/spec/models/link_spec.rb +1 -1
- data/spec/models/links_spec.rb +1 -1
- data/spec/models/ma_uby_category_spec.rb +1 -1
- data/spec/models/mau_metadata_spec.rb +1 -1
- data/spec/models/mau_spec.rb +1 -1
- data/spec/models/member_spec.rb +1 -1
- data/spec/models/members_body_spec.rb +1 -1
- data/spec/models/members_spec.rb +1 -1
- data/spec/models/patch_comment_spec.rb +1 -1
- data/spec/models/patch_operation_spec.rb +1 -1
- data/spec/models/policy_spec.rb +1 -1
- data/spec/models/prerequisite_spec.rb +1 -1
- data/spec/models/project_body_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/projects_spec.rb +1 -1
- data/spec/models/relay_proxy_config_body_spec.rb +1 -1
- data/spec/models/relay_proxy_config_spec.rb +1 -1
- data/spec/models/relay_proxy_configs_spec.rb +1 -1
- data/spec/models/role_spec.rb +1 -1
- data/spec/models/rollout_spec.rb +1 -1
- data/spec/models/rule_spec.rb +7 -1
- data/spec/models/scheduled_changes_feature_flag_conflict_spec.rb +1 -1
- data/spec/models/semantic_patch_instruction_inner_spec.rb +1 -1
- data/spec/models/semantic_patch_instruction_spec.rb +1 -1
- data/spec/models/semantic_patch_operation_spec.rb +1 -1
- data/spec/models/site_spec.rb +1 -1
- data/spec/models/statement_spec.rb +1 -1
- data/spec/models/stream_by_sdk_links_metadata_spec.rb +1 -1
- data/spec/models/stream_by_sdk_links_spec.rb +1 -1
- data/spec/models/stream_by_sdk_spec.rb +1 -1
- data/spec/models/stream_links_spec.rb +1 -1
- data/spec/models/stream_sdk_version_data_spec.rb +1 -1
- data/spec/models/stream_sdk_version_spec.rb +1 -1
- data/spec/models/stream_spec.rb +1 -1
- data/spec/models/stream_usage_error_spec.rb +1 -1
- data/spec/models/stream_usage_links_spec.rb +1 -1
- data/spec/models/stream_usage_metadata_spec.rb +1 -1
- data/spec/models/stream_usage_series_spec.rb +1 -1
- data/spec/models/streams_spec.rb +1 -1
- data/spec/models/subscription_body_spec.rb +65 -0
- data/spec/models/target_spec.rb +1 -1
- data/spec/models/token_body_spec.rb +1 -1
- data/spec/models/token_spec.rb +1 -1
- data/spec/models/tokens_spec.rb +1 -1
- data/spec/models/unbounded_segment_target_changes_spec.rb +1 -1
- data/spec/models/unbounded_segment_targets_body_spec.rb +1 -1
- data/spec/models/usage_error_spec.rb +1 -1
- data/spec/models/usage_links_spec.rb +1 -1
- data/spec/models/usage_spec.rb +1 -1
- data/spec/models/user_flag_setting_spec.rb +1 -1
- data/spec/models/user_flag_settings_spec.rb +1 -1
- data/spec/models/user_record_spec.rb +1 -1
- data/spec/models/user_segment_body_spec.rb +1 -1
- data/spec/models/user_segment_rule_spec.rb +1 -1
- data/spec/models/user_segment_spec.rb +1 -1
- data/spec/models/user_segments_spec.rb +1 -1
- data/spec/models/user_settings_body_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_flag_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_flags_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_for_segment_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_on_flags_for_user_spec.rb +1 -1
- data/spec/models/user_targeting_expiration_resource_id_for_flag_spec.rb +1 -1
- data/spec/models/users_spec.rb +1 -1
- data/spec/models/variation_spec.rb +1 -1
- data/spec/models/webhook_body_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/models/webhooks_spec.rb +1 -1
- data/spec/models/weighted_variation_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +163 -103
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
#Build custom integrations with the LaunchDarkly REST API
|
|
5
5
|
|
|
6
|
-
OpenAPI spec version: 3.
|
|
6
|
+
OpenAPI spec version: 3.10.0
|
|
7
7
|
Contact: support@launchdarkly.com
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
9
|
Swagger Codegen version: 2.4.8
|
|
@@ -265,6 +265,140 @@ module LaunchDarklyApi
|
|
|
265
265
|
end
|
|
266
266
|
return data, status_code, headers
|
|
267
267
|
end
|
|
268
|
+
# Get a single change request for a feature flag
|
|
269
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
270
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
271
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
272
|
+
# @param feature_flag_change_request_id The feature flag change request ID
|
|
273
|
+
# @param [Hash] opts the optional parameters
|
|
274
|
+
# @return [FeatureFlagChangeRequests]
|
|
275
|
+
def get_feature_flag_change_request(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, opts = {})
|
|
276
|
+
data, _status_code, _headers = get_feature_flag_change_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, opts)
|
|
277
|
+
data
|
|
278
|
+
end
|
|
279
|
+
|
|
280
|
+
# Get a single change request for a feature flag
|
|
281
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
282
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
283
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
284
|
+
# @param feature_flag_change_request_id The feature flag change request ID
|
|
285
|
+
# @param [Hash] opts the optional parameters
|
|
286
|
+
# @return [Array<(FeatureFlagChangeRequests, Fixnum, Hash)>] FeatureFlagChangeRequests data, response status code and response headers
|
|
287
|
+
def get_feature_flag_change_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, opts = {})
|
|
288
|
+
if @api_client.config.debugging
|
|
289
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.get_feature_flag_change_request ...'
|
|
290
|
+
end
|
|
291
|
+
# verify the required parameter 'project_key' is set
|
|
292
|
+
if @api_client.config.client_side_validation && project_key.nil?
|
|
293
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.get_feature_flag_change_request"
|
|
294
|
+
end
|
|
295
|
+
# verify the required parameter 'feature_flag_key' is set
|
|
296
|
+
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
|
297
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.get_feature_flag_change_request"
|
|
298
|
+
end
|
|
299
|
+
# verify the required parameter 'environment_key' is set
|
|
300
|
+
if @api_client.config.client_side_validation && environment_key.nil?
|
|
301
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.get_feature_flag_change_request"
|
|
302
|
+
end
|
|
303
|
+
# verify the required parameter 'feature_flag_change_request_id' is set
|
|
304
|
+
if @api_client.config.client_side_validation && feature_flag_change_request_id.nil?
|
|
305
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_change_request_id' when calling FeatureFlagsApi.get_feature_flag_change_request"
|
|
306
|
+
end
|
|
307
|
+
# resource path
|
|
308
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagChangeRequestId}'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s).sub('{' + 'featureFlagChangeRequestId' + '}', feature_flag_change_request_id.to_s)
|
|
309
|
+
|
|
310
|
+
# query parameters
|
|
311
|
+
query_params = {}
|
|
312
|
+
|
|
313
|
+
# header parameters
|
|
314
|
+
header_params = {}
|
|
315
|
+
# HTTP header 'Accept' (if needed)
|
|
316
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
317
|
+
# HTTP header 'Content-Type'
|
|
318
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
319
|
+
|
|
320
|
+
# form parameters
|
|
321
|
+
form_params = {}
|
|
322
|
+
|
|
323
|
+
# http body (model)
|
|
324
|
+
post_body = nil
|
|
325
|
+
auth_names = ['Token']
|
|
326
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
327
|
+
:header_params => header_params,
|
|
328
|
+
:query_params => query_params,
|
|
329
|
+
:form_params => form_params,
|
|
330
|
+
:body => post_body,
|
|
331
|
+
:auth_names => auth_names,
|
|
332
|
+
:return_type => 'FeatureFlagChangeRequests')
|
|
333
|
+
if @api_client.config.debugging
|
|
334
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#get_feature_flag_change_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
335
|
+
end
|
|
336
|
+
return data, status_code, headers
|
|
337
|
+
end
|
|
338
|
+
# Get all change requests for a feature flag
|
|
339
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
340
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
341
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
342
|
+
# @param [Hash] opts the optional parameters
|
|
343
|
+
# @return [FeatureFlagChangeRequests]
|
|
344
|
+
def get_feature_flag_change_requests(project_key, feature_flag_key, environment_key, opts = {})
|
|
345
|
+
data, _status_code, _headers = get_feature_flag_change_requests_with_http_info(project_key, feature_flag_key, environment_key, opts)
|
|
346
|
+
data
|
|
347
|
+
end
|
|
348
|
+
|
|
349
|
+
# Get all change requests for a feature flag
|
|
350
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
351
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
352
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
353
|
+
# @param [Hash] opts the optional parameters
|
|
354
|
+
# @return [Array<(FeatureFlagChangeRequests, Fixnum, Hash)>] FeatureFlagChangeRequests data, response status code and response headers
|
|
355
|
+
def get_feature_flag_change_requests_with_http_info(project_key, feature_flag_key, environment_key, opts = {})
|
|
356
|
+
if @api_client.config.debugging
|
|
357
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.get_feature_flag_change_requests ...'
|
|
358
|
+
end
|
|
359
|
+
# verify the required parameter 'project_key' is set
|
|
360
|
+
if @api_client.config.client_side_validation && project_key.nil?
|
|
361
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.get_feature_flag_change_requests"
|
|
362
|
+
end
|
|
363
|
+
# verify the required parameter 'feature_flag_key' is set
|
|
364
|
+
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
|
365
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.get_feature_flag_change_requests"
|
|
366
|
+
end
|
|
367
|
+
# verify the required parameter 'environment_key' is set
|
|
368
|
+
if @api_client.config.client_side_validation && environment_key.nil?
|
|
369
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.get_feature_flag_change_requests"
|
|
370
|
+
end
|
|
371
|
+
# resource path
|
|
372
|
+
local_var_path = '/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s)
|
|
373
|
+
|
|
374
|
+
# query parameters
|
|
375
|
+
query_params = {}
|
|
376
|
+
|
|
377
|
+
# header parameters
|
|
378
|
+
header_params = {}
|
|
379
|
+
# HTTP header 'Accept' (if needed)
|
|
380
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
381
|
+
# HTTP header 'Content-Type'
|
|
382
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
383
|
+
|
|
384
|
+
# form parameters
|
|
385
|
+
form_params = {}
|
|
386
|
+
|
|
387
|
+
# http body (model)
|
|
388
|
+
post_body = nil
|
|
389
|
+
auth_names = ['Token']
|
|
390
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path,
|
|
391
|
+
:header_params => header_params,
|
|
392
|
+
:query_params => query_params,
|
|
393
|
+
:form_params => form_params,
|
|
394
|
+
:body => post_body,
|
|
395
|
+
:auth_names => auth_names,
|
|
396
|
+
:return_type => 'FeatureFlagChangeRequests')
|
|
397
|
+
if @api_client.config.debugging
|
|
398
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#get_feature_flag_change_requests\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
399
|
+
end
|
|
400
|
+
return data, status_code, headers
|
|
401
|
+
end
|
|
268
402
|
# Get the status for a particular feature flag.
|
|
269
403
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
270
404
|
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
@@ -655,6 +789,82 @@ module LaunchDarklyApi
|
|
|
655
789
|
end
|
|
656
790
|
return data, status_code, headers
|
|
657
791
|
end
|
|
792
|
+
# Apply change request for a feature flag
|
|
793
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
794
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
795
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
796
|
+
# @param feature_flag_change_request_id The feature flag change request ID
|
|
797
|
+
# @param feature_flag_change_request_apply_config_body Apply a new feature flag change request
|
|
798
|
+
# @param [Hash] opts the optional parameters
|
|
799
|
+
# @return [FeatureFlagChangeRequests]
|
|
800
|
+
def post_apply_feature_flag_change_request(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, feature_flag_change_request_apply_config_body, opts = {})
|
|
801
|
+
data, _status_code, _headers = post_apply_feature_flag_change_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, feature_flag_change_request_apply_config_body, opts)
|
|
802
|
+
data
|
|
803
|
+
end
|
|
804
|
+
|
|
805
|
+
# Apply change request for a feature flag
|
|
806
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
807
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
808
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
809
|
+
# @param feature_flag_change_request_id The feature flag change request ID
|
|
810
|
+
# @param feature_flag_change_request_apply_config_body Apply a new feature flag change request
|
|
811
|
+
# @param [Hash] opts the optional parameters
|
|
812
|
+
# @return [Array<(FeatureFlagChangeRequests, Fixnum, Hash)>] FeatureFlagChangeRequests data, response status code and response headers
|
|
813
|
+
def post_apply_feature_flag_change_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, feature_flag_change_request_apply_config_body, opts = {})
|
|
814
|
+
if @api_client.config.debugging
|
|
815
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.post_apply_feature_flag_change_request ...'
|
|
816
|
+
end
|
|
817
|
+
# verify the required parameter 'project_key' is set
|
|
818
|
+
if @api_client.config.client_side_validation && project_key.nil?
|
|
819
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.post_apply_feature_flag_change_request"
|
|
820
|
+
end
|
|
821
|
+
# verify the required parameter 'feature_flag_key' is set
|
|
822
|
+
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
|
823
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.post_apply_feature_flag_change_request"
|
|
824
|
+
end
|
|
825
|
+
# verify the required parameter 'environment_key' is set
|
|
826
|
+
if @api_client.config.client_side_validation && environment_key.nil?
|
|
827
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.post_apply_feature_flag_change_request"
|
|
828
|
+
end
|
|
829
|
+
# verify the required parameter 'feature_flag_change_request_id' is set
|
|
830
|
+
if @api_client.config.client_side_validation && feature_flag_change_request_id.nil?
|
|
831
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_change_request_id' when calling FeatureFlagsApi.post_apply_feature_flag_change_request"
|
|
832
|
+
end
|
|
833
|
+
# verify the required parameter 'feature_flag_change_request_apply_config_body' is set
|
|
834
|
+
if @api_client.config.client_side_validation && feature_flag_change_request_apply_config_body.nil?
|
|
835
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_change_request_apply_config_body' when calling FeatureFlagsApi.post_apply_feature_flag_change_request"
|
|
836
|
+
end
|
|
837
|
+
# resource path
|
|
838
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagChangeRequestId}/apply'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s).sub('{' + 'featureFlagChangeRequestId' + '}', feature_flag_change_request_id.to_s)
|
|
839
|
+
|
|
840
|
+
# query parameters
|
|
841
|
+
query_params = {}
|
|
842
|
+
|
|
843
|
+
# header parameters
|
|
844
|
+
header_params = {}
|
|
845
|
+
# HTTP header 'Accept' (if needed)
|
|
846
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
847
|
+
# HTTP header 'Content-Type'
|
|
848
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
849
|
+
|
|
850
|
+
# form parameters
|
|
851
|
+
form_params = {}
|
|
852
|
+
|
|
853
|
+
# http body (model)
|
|
854
|
+
post_body = @api_client.object_to_http_body(feature_flag_change_request_apply_config_body)
|
|
855
|
+
auth_names = ['Token']
|
|
856
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
857
|
+
:header_params => header_params,
|
|
858
|
+
:query_params => query_params,
|
|
859
|
+
:form_params => form_params,
|
|
860
|
+
:body => post_body,
|
|
861
|
+
:auth_names => auth_names,
|
|
862
|
+
:return_type => 'FeatureFlagChangeRequests')
|
|
863
|
+
if @api_client.config.debugging
|
|
864
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#post_apply_feature_flag_change_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
865
|
+
end
|
|
866
|
+
return data, status_code, headers
|
|
867
|
+
end
|
|
658
868
|
# Creates a new feature flag.
|
|
659
869
|
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
660
870
|
# @param feature_flag_body Create a new feature flag.
|
|
@@ -716,5 +926,145 @@ module LaunchDarklyApi
|
|
|
716
926
|
end
|
|
717
927
|
return data, status_code, headers
|
|
718
928
|
end
|
|
929
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
930
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
931
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
932
|
+
# @param [Hash] opts the optional parameters
|
|
933
|
+
# @option opts [FeatureFlagChangeRequestConfigBody] :feature_flag_change_request_config_body Create a new feature flag change request
|
|
934
|
+
# @return [FeatureFlagChangeRequest]
|
|
935
|
+
def post_feature_flag_change_request(project_key, feature_flag_key, environment_key, opts = {})
|
|
936
|
+
data, _status_code, _headers = post_feature_flag_change_request_with_http_info(project_key, feature_flag_key, environment_key, opts)
|
|
937
|
+
data
|
|
938
|
+
end
|
|
939
|
+
|
|
940
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
941
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
942
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
943
|
+
# @param [Hash] opts the optional parameters
|
|
944
|
+
# @option opts [FeatureFlagChangeRequestConfigBody] :feature_flag_change_request_config_body Create a new feature flag change request
|
|
945
|
+
# @return [Array<(FeatureFlagChangeRequest, Fixnum, Hash)>] FeatureFlagChangeRequest data, response status code and response headers
|
|
946
|
+
def post_feature_flag_change_request_with_http_info(project_key, feature_flag_key, environment_key, opts = {})
|
|
947
|
+
if @api_client.config.debugging
|
|
948
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.post_feature_flag_change_request ...'
|
|
949
|
+
end
|
|
950
|
+
# verify the required parameter 'project_key' is set
|
|
951
|
+
if @api_client.config.client_side_validation && project_key.nil?
|
|
952
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.post_feature_flag_change_request"
|
|
953
|
+
end
|
|
954
|
+
# verify the required parameter 'feature_flag_key' is set
|
|
955
|
+
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
|
956
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.post_feature_flag_change_request"
|
|
957
|
+
end
|
|
958
|
+
# verify the required parameter 'environment_key' is set
|
|
959
|
+
if @api_client.config.client_side_validation && environment_key.nil?
|
|
960
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.post_feature_flag_change_request"
|
|
961
|
+
end
|
|
962
|
+
# resource path
|
|
963
|
+
local_var_path = '/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s)
|
|
964
|
+
|
|
965
|
+
# query parameters
|
|
966
|
+
query_params = {}
|
|
967
|
+
|
|
968
|
+
# header parameters
|
|
969
|
+
header_params = {}
|
|
970
|
+
# HTTP header 'Accept' (if needed)
|
|
971
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
972
|
+
# HTTP header 'Content-Type'
|
|
973
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
974
|
+
|
|
975
|
+
# form parameters
|
|
976
|
+
form_params = {}
|
|
977
|
+
|
|
978
|
+
# http body (model)
|
|
979
|
+
post_body = @api_client.object_to_http_body(opts[:'feature_flag_change_request_config_body'])
|
|
980
|
+
auth_names = ['Token']
|
|
981
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
982
|
+
:header_params => header_params,
|
|
983
|
+
:query_params => query_params,
|
|
984
|
+
:form_params => form_params,
|
|
985
|
+
:body => post_body,
|
|
986
|
+
:auth_names => auth_names,
|
|
987
|
+
:return_type => 'FeatureFlagChangeRequest')
|
|
988
|
+
if @api_client.config.debugging
|
|
989
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#post_feature_flag_change_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
990
|
+
end
|
|
991
|
+
return data, status_code, headers
|
|
992
|
+
end
|
|
993
|
+
# Review change request for a feature flag
|
|
994
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
995
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
996
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
997
|
+
# @param feature_flag_change_request_id The feature flag change request ID
|
|
998
|
+
# @param feature_flag_change_request_review_config_body Review a feature flag change request
|
|
999
|
+
# @param [Hash] opts the optional parameters
|
|
1000
|
+
# @return [FeatureFlagChangeRequests]
|
|
1001
|
+
def post_review_feature_flag_change_request(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, feature_flag_change_request_review_config_body, opts = {})
|
|
1002
|
+
data, _status_code, _headers = post_review_feature_flag_change_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, feature_flag_change_request_review_config_body, opts)
|
|
1003
|
+
data
|
|
1004
|
+
end
|
|
1005
|
+
|
|
1006
|
+
# Review change request for a feature flag
|
|
1007
|
+
# @param project_key The project key, used to tie the flags together under one project so they can be managed together.
|
|
1008
|
+
# @param feature_flag_key The feature flag's key. The key identifies the flag in your code.
|
|
1009
|
+
# @param environment_key The environment key, used to tie together flag configuration and users under one environment so they can be managed together.
|
|
1010
|
+
# @param feature_flag_change_request_id The feature flag change request ID
|
|
1011
|
+
# @param feature_flag_change_request_review_config_body Review a feature flag change request
|
|
1012
|
+
# @param [Hash] opts the optional parameters
|
|
1013
|
+
# @return [Array<(FeatureFlagChangeRequests, Fixnum, Hash)>] FeatureFlagChangeRequests data, response status code and response headers
|
|
1014
|
+
def post_review_feature_flag_change_request_with_http_info(project_key, feature_flag_key, environment_key, feature_flag_change_request_id, feature_flag_change_request_review_config_body, opts = {})
|
|
1015
|
+
if @api_client.config.debugging
|
|
1016
|
+
@api_client.config.logger.debug 'Calling API: FeatureFlagsApi.post_review_feature_flag_change_request ...'
|
|
1017
|
+
end
|
|
1018
|
+
# verify the required parameter 'project_key' is set
|
|
1019
|
+
if @api_client.config.client_side_validation && project_key.nil?
|
|
1020
|
+
fail ArgumentError, "Missing the required parameter 'project_key' when calling FeatureFlagsApi.post_review_feature_flag_change_request"
|
|
1021
|
+
end
|
|
1022
|
+
# verify the required parameter 'feature_flag_key' is set
|
|
1023
|
+
if @api_client.config.client_side_validation && feature_flag_key.nil?
|
|
1024
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_key' when calling FeatureFlagsApi.post_review_feature_flag_change_request"
|
|
1025
|
+
end
|
|
1026
|
+
# verify the required parameter 'environment_key' is set
|
|
1027
|
+
if @api_client.config.client_side_validation && environment_key.nil?
|
|
1028
|
+
fail ArgumentError, "Missing the required parameter 'environment_key' when calling FeatureFlagsApi.post_review_feature_flag_change_request"
|
|
1029
|
+
end
|
|
1030
|
+
# verify the required parameter 'feature_flag_change_request_id' is set
|
|
1031
|
+
if @api_client.config.client_side_validation && feature_flag_change_request_id.nil?
|
|
1032
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_change_request_id' when calling FeatureFlagsApi.post_review_feature_flag_change_request"
|
|
1033
|
+
end
|
|
1034
|
+
# verify the required parameter 'feature_flag_change_request_review_config_body' is set
|
|
1035
|
+
if @api_client.config.client_side_validation && feature_flag_change_request_review_config_body.nil?
|
|
1036
|
+
fail ArgumentError, "Missing the required parameter 'feature_flag_change_request_review_config_body' when calling FeatureFlagsApi.post_review_feature_flag_change_request"
|
|
1037
|
+
end
|
|
1038
|
+
# resource path
|
|
1039
|
+
local_var_path = '/projects/{projectKey}/flags/{featureFlagKey}/environments/{environmentKey}/approval-requests/{featureFlagChangeRequestId}/review'.sub('{' + 'projectKey' + '}', project_key.to_s).sub('{' + 'featureFlagKey' + '}', feature_flag_key.to_s).sub('{' + 'environmentKey' + '}', environment_key.to_s).sub('{' + 'featureFlagChangeRequestId' + '}', feature_flag_change_request_id.to_s)
|
|
1040
|
+
|
|
1041
|
+
# query parameters
|
|
1042
|
+
query_params = {}
|
|
1043
|
+
|
|
1044
|
+
# header parameters
|
|
1045
|
+
header_params = {}
|
|
1046
|
+
# HTTP header 'Accept' (if needed)
|
|
1047
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1048
|
+
# HTTP header 'Content-Type'
|
|
1049
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
1050
|
+
|
|
1051
|
+
# form parameters
|
|
1052
|
+
form_params = {}
|
|
1053
|
+
|
|
1054
|
+
# http body (model)
|
|
1055
|
+
post_body = @api_client.object_to_http_body(feature_flag_change_request_review_config_body)
|
|
1056
|
+
auth_names = ['Token']
|
|
1057
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path,
|
|
1058
|
+
:header_params => header_params,
|
|
1059
|
+
:query_params => query_params,
|
|
1060
|
+
:form_params => form_params,
|
|
1061
|
+
:body => post_body,
|
|
1062
|
+
:auth_names => auth_names,
|
|
1063
|
+
:return_type => 'FeatureFlagChangeRequests')
|
|
1064
|
+
if @api_client.config.debugging
|
|
1065
|
+
@api_client.config.logger.debug "API called: FeatureFlagsApi#post_review_feature_flag_change_request\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1066
|
+
end
|
|
1067
|
+
return data, status_code, headers
|
|
1068
|
+
end
|
|
719
1069
|
end
|
|
720
1070
|
end
|
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#LaunchDarkly REST API
|
|
3
|
+
|
|
4
|
+
#Build custom integrations with the LaunchDarkly REST API
|
|
5
|
+
|
|
6
|
+
OpenAPI spec version: 3.10.0
|
|
7
|
+
Contact: support@launchdarkly.com
|
|
8
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
+
Swagger Codegen version: 2.4.8
|
|
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
|