ElasticEmail 4.0.22 → 4.0.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ElasticEmail.gemspec +3 -2
- data/README.md +10 -4
- data/VERSION +1 -1
- data/docs/CampaignOptions.md +4 -0
- data/docs/CampaignTemplate.md +2 -2
- data/docs/EmailContent.md +2 -2
- data/docs/EmailJobFailedStatus.md +24 -0
- data/docs/EmailJobStatus.md +56 -0
- data/docs/EmailMessageData.md +1 -1
- data/docs/EmailTransactionalMessageData.md +1 -1
- data/docs/EmailValidationResult.md +2 -2
- data/docs/EmailsApi.md +97 -3
- data/docs/EmailsPayload.md +1 -1
- data/docs/ListPayload.md +1 -1
- data/docs/ListsApi.md +78 -0
- data/docs/MergeEmailPayload.md +1 -1
- data/lib/ElasticEmail/api/campaigns_api.rb +1 -1
- data/lib/ElasticEmail/api/contacts_api.rb +1 -1
- data/lib/ElasticEmail/api/emails_api.rb +94 -1
- data/lib/ElasticEmail/api/events_api.rb +1 -1
- data/lib/ElasticEmail/api/files_api.rb +1 -1
- data/lib/ElasticEmail/api/inbound_route_api.rb +1 -1
- data/lib/ElasticEmail/api/lists_api.rb +70 -1
- data/lib/ElasticEmail/api/security_api.rb +1 -1
- data/lib/ElasticEmail/api/segments_api.rb +1 -1
- data/lib/ElasticEmail/api/statistics_api.rb +1 -1
- data/lib/ElasticEmail/api/sub_accounts_api.rb +1 -1
- data/lib/ElasticEmail/api/suppressions_api.rb +1 -1
- data/lib/ElasticEmail/api/templates_api.rb +1 -1
- data/lib/ElasticEmail/api/verifications_api.rb +1 -1
- data/lib/ElasticEmail/api_client.rb +25 -23
- data/lib/ElasticEmail/api_error.rb +1 -1
- data/lib/ElasticEmail/configuration.rb +28 -10
- data/lib/ElasticEmail/models/access_level.rb +3 -3
- data/lib/ElasticEmail/models/account_status_enum.rb +1 -1
- data/lib/ElasticEmail/models/api_key.rb +14 -19
- data/lib/ElasticEmail/models/api_key_payload.rb +18 -19
- data/lib/ElasticEmail/models/body_content_type.rb +1 -1
- data/lib/ElasticEmail/models/body_part.rb +14 -19
- data/lib/ElasticEmail/models/campaign.rb +18 -19
- data/lib/ElasticEmail/models/campaign_options.rb +35 -20
- data/lib/ElasticEmail/models/campaign_recipient.rb +14 -19
- data/lib/ElasticEmail/models/campaign_status.rb +1 -1
- data/lib/ElasticEmail/models/campaign_template.rb +21 -19
- data/lib/ElasticEmail/models/channel_log_status_summary.rb +14 -19
- data/lib/ElasticEmail/models/compression_format.rb +1 -1
- data/lib/ElasticEmail/models/consent_data.rb +14 -19
- data/lib/ElasticEmail/models/consent_tracking.rb +1 -1
- data/lib/ElasticEmail/models/contact.rb +14 -19
- data/lib/ElasticEmail/models/contact_activity.rb +14 -19
- data/lib/ElasticEmail/models/contact_payload.rb +16 -19
- data/lib/ElasticEmail/models/contact_source.rb +1 -1
- data/lib/ElasticEmail/models/contact_status.rb +1 -1
- data/lib/ElasticEmail/models/contact_update_payload.rb +14 -19
- data/lib/ElasticEmail/models/contacts_list.rb +14 -19
- data/lib/ElasticEmail/models/delivery_optimization_type.rb +1 -1
- data/lib/ElasticEmail/models/email_content.rb +21 -19
- data/lib/ElasticEmail/models/email_data.rb +14 -19
- data/lib/ElasticEmail/models/{contact_history.rb → email_job_failed_status.rb} +44 -83
- data/lib/ElasticEmail/models/email_job_status.rb +415 -0
- data/lib/ElasticEmail/models/email_message_data.rb +23 -19
- data/lib/ElasticEmail/models/email_predicted_validation_status.rb +1 -1
- data/lib/ElasticEmail/models/email_recipient.rb +16 -19
- data/lib/ElasticEmail/models/email_send.rb +14 -19
- data/lib/ElasticEmail/models/email_status.rb +14 -19
- data/lib/ElasticEmail/models/email_transactional_message_data.rb +23 -19
- data/lib/ElasticEmail/models/email_validation_result.rb +16 -20
- data/lib/ElasticEmail/models/email_validation_status.rb +1 -1
- data/lib/ElasticEmail/models/email_view.rb +14 -19
- data/lib/ElasticEmail/models/emails_payload.rb +14 -19
- data/lib/ElasticEmail/models/encoding_type.rb +1 -1
- data/lib/ElasticEmail/models/event_type.rb +1 -1
- data/lib/ElasticEmail/models/events_order_by.rb +1 -1
- data/lib/ElasticEmail/models/export_file_formats.rb +1 -1
- data/lib/ElasticEmail/models/export_link.rb +14 -19
- data/lib/ElasticEmail/models/export_status.rb +1 -1
- data/lib/ElasticEmail/models/file_info.rb +14 -19
- data/lib/ElasticEmail/models/file_payload.rb +16 -19
- data/lib/ElasticEmail/models/file_upload_result.rb +14 -19
- data/lib/ElasticEmail/models/inbound_payload.rb +18 -19
- data/lib/ElasticEmail/models/inbound_route.rb +14 -19
- data/lib/ElasticEmail/models/inbound_route_action_type.rb +1 -1
- data/lib/ElasticEmail/models/inbound_route_filter_type.rb +1 -1
- data/lib/ElasticEmail/models/list_payload.rb +16 -19
- data/lib/ElasticEmail/models/list_update_payload.rb +14 -19
- data/lib/ElasticEmail/models/log_job_status.rb +1 -1
- data/lib/ElasticEmail/models/log_status_summary.rb +14 -19
- data/lib/ElasticEmail/models/merge_email_payload.rb +23 -19
- data/lib/ElasticEmail/models/message_attachment.rb +18 -19
- data/lib/ElasticEmail/models/message_category.rb +1 -1
- data/lib/ElasticEmail/models/new_api_key.rb +14 -19
- data/lib/ElasticEmail/models/new_smtp_credentials.rb +14 -19
- data/lib/ElasticEmail/models/options.rb +16 -19
- data/lib/ElasticEmail/models/recipient_event.rb +14 -19
- data/lib/ElasticEmail/models/segment.rb +14 -19
- data/lib/ElasticEmail/models/segment_payload.rb +18 -19
- data/lib/ElasticEmail/models/smtp_credentials.rb +14 -19
- data/lib/ElasticEmail/models/smtp_credentials_payload.rb +16 -19
- data/lib/ElasticEmail/models/sort_order_item.rb +18 -19
- data/lib/ElasticEmail/models/split_optimization_type.rb +1 -1
- data/lib/ElasticEmail/models/split_options.rb +14 -19
- data/lib/ElasticEmail/models/sub_account_info.rb +14 -19
- data/lib/ElasticEmail/models/subaccount_email_credits_payload.rb +16 -19
- data/lib/ElasticEmail/models/subaccount_email_settings.rb +14 -19
- data/lib/ElasticEmail/models/subaccount_email_settings_payload.rb +14 -19
- data/lib/ElasticEmail/models/subaccount_payload.rb +18 -19
- data/lib/ElasticEmail/models/subaccount_settings_info.rb +14 -19
- data/lib/ElasticEmail/models/subaccount_settings_info_payload.rb +14 -19
- data/lib/ElasticEmail/models/suppression.rb +14 -19
- data/lib/ElasticEmail/models/template.rb +14 -19
- data/lib/ElasticEmail/models/template_payload.rb +16 -19
- data/lib/ElasticEmail/models/template_scope.rb +1 -1
- data/lib/ElasticEmail/models/template_type.rb +3 -2
- data/lib/ElasticEmail/models/transactional_recipient.rb +16 -19
- data/lib/ElasticEmail/models/utm.rb +14 -19
- data/lib/ElasticEmail/models/verification_file_result.rb +14 -19
- data/lib/ElasticEmail/models/verification_file_result_details.rb +14 -19
- data/lib/ElasticEmail/models/verification_status.rb +1 -1
- data/lib/ElasticEmail/version.rb +2 -2
- data/lib/ElasticEmail.rb +3 -1
- data/spec/api/campaigns_api_spec.rb +7 -7
- data/spec/api/contacts_api_spec.rb +12 -25
- data/spec/api/emails_api_spec.rb +28 -6
- data/spec/api/events_api_spec.rb +9 -9
- data/spec/api/files_api_spec.rb +7 -7
- data/spec/api/inbound_route_api_spec.rb +8 -8
- data/spec/api/lists_api_spec.rb +23 -9
- data/spec/api/security_api_spec.rb +12 -12
- data/spec/api/segments_api_spec.rb +7 -7
- data/spec/api/statistics_api_spec.rb +7 -7
- data/spec/api/sub_accounts_api_spec.rb +8 -8
- data/spec/api/suppressions_api_spec.rb +26 -26
- data/spec/api/templates_api_spec.rb +7 -7
- data/spec/api/verifications_api_spec.rb +30 -18
- data/spec/models/access_level_spec.rb +5 -3
- data/spec/models/account_status_enum_spec.rb +5 -3
- data/spec/models/api_key_payload_spec.rb +10 -8
- data/spec/models/api_key_spec.rb +11 -9
- data/spec/models/body_content_type_spec.rb +5 -3
- data/spec/models/body_part_spec.rb +8 -6
- data/spec/models/campaign_options_spec.rb +22 -8
- data/spec/models/campaign_recipient_spec.rb +7 -5
- data/spec/models/campaign_spec.rb +10 -8
- data/spec/models/campaign_status_spec.rb +5 -3
- data/spec/models/campaign_template_spec.rb +12 -10
- data/spec/models/channel_log_status_summary_spec.rb +19 -17
- data/spec/models/compression_format_spec.rb +5 -3
- data/spec/models/consent_data_spec.rb +8 -6
- data/spec/models/consent_tracking_spec.rb +5 -3
- data/spec/models/contact_activity_spec.rb +16 -14
- data/spec/models/contact_payload_spec.rb +11 -9
- data/spec/models/contact_source_spec.rb +5 -3
- data/spec/models/contact_spec.rb +16 -14
- data/spec/models/contact_status_spec.rb +5 -3
- data/spec/models/contact_update_payload_spec.rb +8 -6
- data/spec/models/contacts_list_spec.rb +9 -7
- data/spec/models/delivery_optimization_type_spec.rb +5 -3
- data/spec/models/email_content_spec.rb +22 -14
- data/spec/models/email_data_spec.rb +8 -6
- data/spec/models/email_job_failed_status_spec.rb +54 -0
- data/spec/models/email_job_status_spec.rb +150 -0
- data/spec/models/email_message_data_spec.rb +8 -6
- data/spec/models/email_predicted_validation_status_spec.rb +4 -2
- data/spec/models/email_recipient_spec.rb +7 -5
- data/spec/models/email_send_spec.rb +7 -5
- data/spec/models/email_status_spec.rb +17 -15
- data/spec/models/email_transactional_message_data_spec.rb +8 -6
- data/spec/models/email_validation_result_spec.rb +26 -12
- data/spec/models/email_validation_status_spec.rb +5 -3
- data/spec/models/email_view_spec.rb +8 -6
- data/spec/models/emails_payload_spec.rb +7 -5
- data/spec/models/encoding_type_spec.rb +5 -3
- data/spec/models/event_type_spec.rb +5 -3
- data/spec/models/events_order_by_spec.rb +5 -3
- data/spec/models/export_file_formats_spec.rb +5 -3
- data/spec/models/export_link_spec.rb +7 -5
- data/spec/models/export_status_spec.rb +5 -3
- data/spec/models/file_info_spec.rb +10 -8
- data/spec/models/file_payload_spec.rb +8 -6
- data/spec/models/file_upload_result_spec.rb +7 -5
- data/spec/models/inbound_payload_spec.rb +11 -9
- data/spec/models/inbound_route_action_type_spec.rb +5 -3
- data/spec/models/inbound_route_filter_type_spec.rb +5 -3
- data/spec/models/inbound_route_spec.rb +12 -10
- data/spec/models/list_payload_spec.rb +8 -6
- data/spec/models/list_update_payload_spec.rb +7 -5
- data/spec/models/log_job_status_spec.rb +5 -3
- data/spec/models/log_status_summary_spec.rb +18 -16
- data/spec/models/merge_email_payload_spec.rb +8 -6
- data/spec/models/message_attachment_spec.rb +14 -6
- data/spec/models/message_category_spec.rb +5 -3
- data/spec/models/new_api_key_spec.rb +12 -10
- data/spec/models/new_smtp_credentials_spec.rb +12 -10
- data/spec/models/options_spec.rb +11 -9
- data/spec/models/recipient_event_spec.rb +18 -16
- data/spec/models/segment_payload_spec.rb +7 -5
- data/spec/models/segment_spec.rb +7 -5
- data/spec/models/smtp_credentials_payload_spec.rb +9 -7
- data/spec/models/smtp_credentials_spec.rb +11 -9
- data/spec/models/sort_order_item_spec.rb +7 -5
- data/spec/models/split_optimization_type_spec.rb +5 -3
- data/spec/models/split_options_spec.rb +7 -5
- data/spec/models/sub_account_info_spec.rb +14 -12
- data/spec/models/subaccount_email_credits_payload_spec.rb +7 -5
- data/spec/models/subaccount_email_settings_payload_spec.rb +17 -9
- data/spec/models/subaccount_email_settings_spec.rb +18 -10
- data/spec/models/subaccount_payload_spec.rb +9 -7
- data/spec/models/subaccount_settings_info_payload_spec.rb +6 -4
- data/spec/models/subaccount_settings_info_spec.rb +6 -4
- data/spec/models/suppression_spec.rb +9 -7
- data/spec/models/template_payload_spec.rb +9 -7
- data/spec/models/template_scope_spec.rb +5 -3
- data/spec/models/template_spec.rb +11 -9
- data/spec/models/template_type_spec.rb +5 -3
- data/spec/models/transactional_recipient_spec.rb +8 -6
- data/spec/models/utm_spec.rb +9 -7
- data/spec/models/verification_file_result_details_spec.rb +12 -10
- data/spec/models/verification_file_result_spec.rb +11 -9
- data/spec/models/verification_status_spec.rb +5 -3
- data/spec/spec_helper.rb +1 -1
- metadata +91 -99
- data/docs/ContactHistEventType.md +0 -15
- data/docs/ContactHistory.md +0 -30
- data/docs/TemplateScopeType.md +0 -15
- data/lib/ElasticEmail/models/contact_hist_event_type.rb +0 -49
- data/lib/ElasticEmail/models/template_scope_type.rb +0 -38
- data/spec/api_client_spec.rb +0 -226
- data/spec/configuration_spec.rb +0 -42
- data/spec/models/contact_hist_event_type_spec.rb +0 -28
- data/spec/models/contact_history_spec.rb +0 -70
- data/spec/models/template_scope_type_spec.rb +0 -28
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#Elastic Email REST API
|
3
3
|
|
4
|
-
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/
|
4
|
+
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://app.elasticemail.com/marketing/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target=\"_blank\" href=\"https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme\">here</a>
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 4.0.0
|
7
7
|
Contact: support@elasticemail.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.7.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -40,7 +40,7 @@ describe 'ContactsApi' do
|
|
40
40
|
# @return [nil]
|
41
41
|
describe 'contacts_by_email_delete test' do
|
42
42
|
it 'should work' do
|
43
|
-
# assertion here. ref: https://
|
43
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
@@ -52,21 +52,7 @@ describe 'ContactsApi' do
|
|
52
52
|
# @return [Contact]
|
53
53
|
describe 'contacts_by_email_get test' do
|
54
54
|
it 'should work' do
|
55
|
-
# assertion here. ref: https://
|
56
|
-
end
|
57
|
-
end
|
58
|
-
|
59
|
-
# unit tests for contacts_by_email_history_get
|
60
|
-
# Load History
|
61
|
-
# Returns detailed history of specified Contact. Required Access Level: ViewContacts
|
62
|
-
# @param email Proper email address.
|
63
|
-
# @param [Hash] opts the optional parameters
|
64
|
-
# @option opts [Integer] :limit Maximum number of returned items.
|
65
|
-
# @option opts [Integer] :offset How many items should be returned ahead.
|
66
|
-
# @return [Array<ContactHistory>]
|
67
|
-
describe 'contacts_by_email_history_get test' do
|
68
|
-
it 'should work' do
|
69
|
-
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
55
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
70
56
|
end
|
71
57
|
end
|
72
58
|
|
@@ -79,7 +65,7 @@ describe 'ContactsApi' do
|
|
79
65
|
# @return [Contact]
|
80
66
|
describe 'contacts_by_email_put test' do
|
81
67
|
it 'should work' do
|
82
|
-
# assertion here. ref: https://
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
83
69
|
end
|
84
70
|
end
|
85
71
|
|
@@ -91,7 +77,7 @@ describe 'ContactsApi' do
|
|
91
77
|
# @return [nil]
|
92
78
|
describe 'contacts_delete_post test' do
|
93
79
|
it 'should work' do
|
94
|
-
# assertion here. ref: https://
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
95
81
|
end
|
96
82
|
end
|
97
83
|
|
@@ -103,7 +89,7 @@ describe 'ContactsApi' do
|
|
103
89
|
# @return [ExportStatus]
|
104
90
|
describe 'contacts_export_by_id_status_get test' do
|
105
91
|
it 'should work' do
|
106
|
-
# assertion here. ref: https://
|
92
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
107
93
|
end
|
108
94
|
end
|
109
95
|
|
@@ -119,7 +105,7 @@ describe 'ContactsApi' do
|
|
119
105
|
# @return [ExportLink]
|
120
106
|
describe 'contacts_export_post test' do
|
121
107
|
it 'should work' do
|
122
|
-
# assertion here. ref: https://
|
108
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
123
109
|
end
|
124
110
|
end
|
125
111
|
|
@@ -132,7 +118,7 @@ describe 'ContactsApi' do
|
|
132
118
|
# @return [Array<Contact>]
|
133
119
|
describe 'contacts_get test' do
|
134
120
|
it 'should work' do
|
135
|
-
# assertion here. ref: https://
|
121
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
136
122
|
end
|
137
123
|
end
|
138
124
|
|
@@ -142,11 +128,12 @@ describe 'ContactsApi' do
|
|
142
128
|
# @param [Hash] opts the optional parameters
|
143
129
|
# @option opts [String] :list_name Name of an existing list to add these contacts to
|
144
130
|
# @option opts [String] :encoding_name In what encoding the file is uploaded
|
131
|
+
# @option opts [String] :file_url Optional url of csv to import
|
145
132
|
# @option opts [File] :file
|
146
133
|
# @return [nil]
|
147
134
|
describe 'contacts_import_post test' do
|
148
135
|
it 'should work' do
|
149
|
-
# assertion here. ref: https://
|
136
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
150
137
|
end
|
151
138
|
end
|
152
139
|
|
@@ -159,7 +146,7 @@ describe 'ContactsApi' do
|
|
159
146
|
# @return [Array<Contact>]
|
160
147
|
describe 'contacts_post test' do
|
161
148
|
it 'should work' do
|
162
|
-
# assertion here. ref: https://
|
149
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
163
150
|
end
|
164
151
|
end
|
165
152
|
|
data/spec/api/emails_api_spec.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#Elastic Email REST API
|
3
3
|
|
4
|
-
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/
|
4
|
+
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://app.elasticemail.com/marketing/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target=\"_blank\" href=\"https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme\">here</a>
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 4.0.0
|
7
7
|
Contact: support@elasticemail.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.7.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -40,7 +40,29 @@ describe 'EmailsApi' do
|
|
40
40
|
# @return [EmailData]
|
41
41
|
describe 'emails_by_msgid_view_get test' do
|
42
42
|
it 'should work' do
|
43
|
-
# assertion here. ref: https://
|
43
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
47
|
+
# unit tests for emails_by_transactionid_status_get
|
48
|
+
# Get Status
|
49
|
+
# Get status details of an email transaction. Required Access Level: ViewReports
|
50
|
+
# @param transactionid Transaction identifier
|
51
|
+
# @param [Hash] opts the optional parameters
|
52
|
+
# @option opts [Boolean] :show_failed Include Bounced email addresses.
|
53
|
+
# @option opts [Boolean] :show_sent Include Sent email addresses.
|
54
|
+
# @option opts [Boolean] :show_delivered Include all delivered email addresses.
|
55
|
+
# @option opts [Boolean] :show_pending Include Ready to send email addresses.
|
56
|
+
# @option opts [Boolean] :show_opened Include Opened email addresses.
|
57
|
+
# @option opts [Boolean] :show_clicked Include Clicked email addresses.
|
58
|
+
# @option opts [Boolean] :show_abuse Include Reported as abuse email addresses.
|
59
|
+
# @option opts [Boolean] :show_unsubscribed Include Unsubscribed email addresses.
|
60
|
+
# @option opts [Boolean] :show_errors Include error messages for bounced emails.
|
61
|
+
# @option opts [Boolean] :show_message_ids Include all MessageIDs for this transaction
|
62
|
+
# @return [EmailJobStatus]
|
63
|
+
describe 'emails_by_transactionid_status_get test' do
|
64
|
+
it 'should work' do
|
65
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
44
66
|
end
|
45
67
|
end
|
46
68
|
|
@@ -52,7 +74,7 @@ describe 'EmailsApi' do
|
|
52
74
|
# @return [EmailSend]
|
53
75
|
describe 'emails_mergefile_post test' do
|
54
76
|
it 'should work' do
|
55
|
-
# assertion here. ref: https://
|
77
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
56
78
|
end
|
57
79
|
end
|
58
80
|
|
@@ -64,7 +86,7 @@ describe 'EmailsApi' do
|
|
64
86
|
# @return [EmailSend]
|
65
87
|
describe 'emails_post test' do
|
66
88
|
it 'should work' do
|
67
|
-
# assertion here. ref: https://
|
89
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
68
90
|
end
|
69
91
|
end
|
70
92
|
|
@@ -76,7 +98,7 @@ describe 'EmailsApi' do
|
|
76
98
|
# @return [EmailSend]
|
77
99
|
describe 'emails_transactional_post test' do
|
78
100
|
it 'should work' do
|
79
|
-
# assertion here. ref: https://
|
101
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
80
102
|
end
|
81
103
|
end
|
82
104
|
|
data/spec/api/events_api_spec.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#Elastic Email REST API
|
3
3
|
|
4
|
-
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/
|
4
|
+
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://app.elasticemail.com/marketing/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target=\"_blank\" href=\"https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme\">here</a>
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 4.0.0
|
7
7
|
Contact: support@elasticemail.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.7.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -45,7 +45,7 @@ describe 'EventsApi' do
|
|
45
45
|
# @return [Array<RecipientEvent>]
|
46
46
|
describe 'events_by_transactionid_get test' do
|
47
47
|
it 'should work' do
|
48
|
-
# assertion here. ref: https://
|
48
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
49
49
|
end
|
50
50
|
end
|
51
51
|
|
@@ -63,7 +63,7 @@ describe 'EventsApi' do
|
|
63
63
|
# @return [ExportLink]
|
64
64
|
describe 'events_channels_by_name_export_post test' do
|
65
65
|
it 'should work' do
|
66
|
-
# assertion here. ref: https://
|
66
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
67
67
|
end
|
68
68
|
end
|
69
69
|
|
@@ -81,7 +81,7 @@ describe 'EventsApi' do
|
|
81
81
|
# @return [Array<RecipientEvent>]
|
82
82
|
describe 'events_channels_by_name_get test' do
|
83
83
|
it 'should work' do
|
84
|
-
# assertion here. ref: https://
|
84
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
85
85
|
end
|
86
86
|
end
|
87
87
|
|
@@ -93,7 +93,7 @@ describe 'EventsApi' do
|
|
93
93
|
# @return [ExportStatus]
|
94
94
|
describe 'events_channels_export_by_id_status_get test' do
|
95
95
|
it 'should work' do
|
96
|
-
# assertion here. ref: https://
|
96
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
97
97
|
end
|
98
98
|
end
|
99
99
|
|
@@ -105,7 +105,7 @@ describe 'EventsApi' do
|
|
105
105
|
# @return [ExportStatus]
|
106
106
|
describe 'events_export_by_id_status_get test' do
|
107
107
|
it 'should work' do
|
108
|
-
# assertion here. ref: https://
|
108
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
109
109
|
end
|
110
110
|
end
|
111
111
|
|
@@ -122,7 +122,7 @@ describe 'EventsApi' do
|
|
122
122
|
# @return [ExportLink]
|
123
123
|
describe 'events_export_post test' do
|
124
124
|
it 'should work' do
|
125
|
-
# assertion here. ref: https://
|
125
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
126
126
|
end
|
127
127
|
end
|
128
128
|
|
@@ -139,7 +139,7 @@ describe 'EventsApi' do
|
|
139
139
|
# @return [Array<RecipientEvent>]
|
140
140
|
describe 'events_get test' do
|
141
141
|
it 'should work' do
|
142
|
-
# assertion here. ref: https://
|
142
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
143
143
|
end
|
144
144
|
end
|
145
145
|
|
data/spec/api/files_api_spec.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#Elastic Email REST API
|
3
3
|
|
4
|
-
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/
|
4
|
+
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://app.elasticemail.com/marketing/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target=\"_blank\" href=\"https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme\">here</a>
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 4.0.0
|
7
7
|
Contact: support@elasticemail.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.7.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -40,7 +40,7 @@ describe 'FilesApi' do
|
|
40
40
|
# @return [nil]
|
41
41
|
describe 'files_by_name_delete test' do
|
42
42
|
it 'should work' do
|
43
|
-
# assertion here. ref: https://
|
43
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
@@ -52,7 +52,7 @@ describe 'FilesApi' do
|
|
52
52
|
# @return [File]
|
53
53
|
describe 'files_by_name_get test' do
|
54
54
|
it 'should work' do
|
55
|
-
# assertion here. ref: https://
|
55
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
@@ -64,7 +64,7 @@ describe 'FilesApi' do
|
|
64
64
|
# @return [FileInfo]
|
65
65
|
describe 'files_by_name_info_get test' do
|
66
66
|
it 'should work' do
|
67
|
-
# assertion here. ref: https://
|
67
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
68
68
|
end
|
69
69
|
end
|
70
70
|
|
@@ -77,7 +77,7 @@ describe 'FilesApi' do
|
|
77
77
|
# @return [Array<FileInfo>]
|
78
78
|
describe 'files_get test' do
|
79
79
|
it 'should work' do
|
80
|
-
# assertion here. ref: https://
|
80
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
81
81
|
end
|
82
82
|
end
|
83
83
|
|
@@ -90,7 +90,7 @@ describe 'FilesApi' do
|
|
90
90
|
# @return [FileInfo]
|
91
91
|
describe 'files_post test' do
|
92
92
|
it 'should work' do
|
93
|
-
# assertion here. ref: https://
|
93
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
94
94
|
end
|
95
95
|
end
|
96
96
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#Elastic Email REST API
|
3
3
|
|
4
|
-
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/
|
4
|
+
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://app.elasticemail.com/marketing/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target=\"_blank\" href=\"https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme\">here</a>
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 4.0.0
|
7
7
|
Contact: support@elasticemail.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.7.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -40,7 +40,7 @@ describe 'InboundRouteApi' do
|
|
40
40
|
# @return [nil]
|
41
41
|
describe 'inboundroute_by_id_delete test' do
|
42
42
|
it 'should work' do
|
43
|
-
# assertion here. ref: https://
|
43
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
44
44
|
end
|
45
45
|
end
|
46
46
|
|
@@ -52,7 +52,7 @@ describe 'InboundRouteApi' do
|
|
52
52
|
# @return [InboundRoute]
|
53
53
|
describe 'inboundroute_by_id_get test' do
|
54
54
|
it 'should work' do
|
55
|
-
# assertion here. ref: https://
|
55
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
56
56
|
end
|
57
57
|
end
|
58
58
|
|
@@ -65,7 +65,7 @@ describe 'InboundRouteApi' do
|
|
65
65
|
# @return [InboundRoute]
|
66
66
|
describe 'inboundroute_by_id_put test' do
|
67
67
|
it 'should work' do
|
68
|
-
# assertion here. ref: https://
|
68
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
69
69
|
end
|
70
70
|
end
|
71
71
|
|
@@ -76,7 +76,7 @@ describe 'InboundRouteApi' do
|
|
76
76
|
# @return [Array<InboundRoute>]
|
77
77
|
describe 'inboundroute_get test' do
|
78
78
|
it 'should work' do
|
79
|
-
# assertion here. ref: https://
|
79
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
@@ -88,7 +88,7 @@ describe 'InboundRouteApi' do
|
|
88
88
|
# @return [Array<InboundRoute>]
|
89
89
|
describe 'inboundroute_order_put test' do
|
90
90
|
it 'should work' do
|
91
|
-
# assertion here. ref: https://
|
91
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
92
92
|
end
|
93
93
|
end
|
94
94
|
|
@@ -100,7 +100,7 @@ describe 'InboundRouteApi' do
|
|
100
100
|
# @return [InboundRoute]
|
101
101
|
describe 'inboundroute_post test' do
|
102
102
|
it 'should work' do
|
103
|
-
# assertion here. ref: https://
|
103
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
104
104
|
end
|
105
105
|
end
|
106
106
|
|
data/spec/api/lists_api_spec.rb
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#Elastic Email REST API
|
3
3
|
|
4
|
-
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/
|
4
|
+
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://app.elasticemail.com/marketing/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target=\"_blank\" href=\"https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme\">here</a>
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 4.0.0
|
7
7
|
Contact: support@elasticemail.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.7.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -32,6 +32,20 @@ describe 'ListsApi' do
|
|
32
32
|
end
|
33
33
|
end
|
34
34
|
|
35
|
+
# unit tests for lists_by_listname_contacts_get
|
36
|
+
# Load Contacts in List
|
37
|
+
# Returns a list of contacts. Required Access Level: ViewContacts
|
38
|
+
# @param listname Name of your list.
|
39
|
+
# @param [Hash] opts the optional parameters
|
40
|
+
# @option opts [Integer] :limit Maximum number of returned items.
|
41
|
+
# @option opts [Integer] :offset How many items should be returned ahead.
|
42
|
+
# @return [Array<Contact>]
|
43
|
+
describe 'lists_by_listname_contacts_get test' do
|
44
|
+
it 'should work' do
|
45
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
35
49
|
# unit tests for lists_by_name_contacts_post
|
36
50
|
# Add Contacts to List
|
37
51
|
# Add existing Contacts to specified list. Required Access Level: ModifyContacts
|
@@ -41,7 +55,7 @@ describe 'ListsApi' do
|
|
41
55
|
# @return [ContactsList]
|
42
56
|
describe 'lists_by_name_contacts_post test' do
|
43
57
|
it 'should work' do
|
44
|
-
# assertion here. ref: https://
|
58
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
45
59
|
end
|
46
60
|
end
|
47
61
|
|
@@ -54,7 +68,7 @@ describe 'ListsApi' do
|
|
54
68
|
# @return [nil]
|
55
69
|
describe 'lists_by_name_contacts_remove_post test' do
|
56
70
|
it 'should work' do
|
57
|
-
# assertion here. ref: https://
|
71
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
58
72
|
end
|
59
73
|
end
|
60
74
|
|
@@ -66,7 +80,7 @@ describe 'ListsApi' do
|
|
66
80
|
# @return [nil]
|
67
81
|
describe 'lists_by_name_delete test' do
|
68
82
|
it 'should work' do
|
69
|
-
# assertion here. ref: https://
|
83
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
70
84
|
end
|
71
85
|
end
|
72
86
|
|
@@ -78,7 +92,7 @@ describe 'ListsApi' do
|
|
78
92
|
# @return [ContactsList]
|
79
93
|
describe 'lists_by_name_get test' do
|
80
94
|
it 'should work' do
|
81
|
-
# assertion here. ref: https://
|
95
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
82
96
|
end
|
83
97
|
end
|
84
98
|
|
@@ -91,7 +105,7 @@ describe 'ListsApi' do
|
|
91
105
|
# @return [ContactsList]
|
92
106
|
describe 'lists_by_name_put test' do
|
93
107
|
it 'should work' do
|
94
|
-
# assertion here. ref: https://
|
108
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
95
109
|
end
|
96
110
|
end
|
97
111
|
|
@@ -104,7 +118,7 @@ describe 'ListsApi' do
|
|
104
118
|
# @return [Array<ContactsList>]
|
105
119
|
describe 'lists_get test' do
|
106
120
|
it 'should work' do
|
107
|
-
# assertion here. ref: https://
|
121
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
108
122
|
end
|
109
123
|
end
|
110
124
|
|
@@ -116,7 +130,7 @@ describe 'ListsApi' do
|
|
116
130
|
# @return [ContactsList]
|
117
131
|
describe 'lists_post test' do
|
118
132
|
it 'should work' do
|
119
|
-
# assertion here. ref: https://
|
133
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
120
134
|
end
|
121
135
|
end
|
122
136
|
|
@@ -1,12 +1,12 @@
|
|
1
1
|
=begin
|
2
2
|
#Elastic Email REST API
|
3
3
|
|
4
|
-
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. To start using this API, you will need your Access Token (available <a href=\"https://elasticemail.com/
|
4
|
+
#This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target=\"_blank\" href=\"https://app.elasticemail.com/marketing/settings/new/manage-api\">here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target=\"_blank\" href=\"https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme\">here</a>
|
5
5
|
|
6
6
|
The version of the OpenAPI document: 4.0.0
|
7
7
|
Contact: support@elasticemail.com
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
|
-
|
9
|
+
Generator version: 7.7.0
|
10
10
|
|
11
11
|
=end
|
12
12
|
|
@@ -41,7 +41,7 @@ describe 'SecurityApi' do
|
|
41
41
|
# @return [nil]
|
42
42
|
describe 'security_apikeys_by_name_delete test' do
|
43
43
|
it 'should work' do
|
44
|
-
# assertion here. ref: https://
|
44
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
45
45
|
end
|
46
46
|
end
|
47
47
|
|
@@ -54,7 +54,7 @@ describe 'SecurityApi' do
|
|
54
54
|
# @return [ApiKey]
|
55
55
|
describe 'security_apikeys_by_name_get test' do
|
56
56
|
it 'should work' do
|
57
|
-
# assertion here. ref: https://
|
57
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
58
58
|
end
|
59
59
|
end
|
60
60
|
|
@@ -67,7 +67,7 @@ describe 'SecurityApi' do
|
|
67
67
|
# @return [ApiKey]
|
68
68
|
describe 'security_apikeys_by_name_put test' do
|
69
69
|
it 'should work' do
|
70
|
-
# assertion here. ref: https://
|
70
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
71
71
|
end
|
72
72
|
end
|
73
73
|
|
@@ -79,7 +79,7 @@ describe 'SecurityApi' do
|
|
79
79
|
# @return [Array<ApiKey>]
|
80
80
|
describe 'security_apikeys_get test' do
|
81
81
|
it 'should work' do
|
82
|
-
# assertion here. ref: https://
|
82
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
83
83
|
end
|
84
84
|
end
|
85
85
|
|
@@ -91,7 +91,7 @@ describe 'SecurityApi' do
|
|
91
91
|
# @return [NewApiKey]
|
92
92
|
describe 'security_apikeys_post test' do
|
93
93
|
it 'should work' do
|
94
|
-
# assertion here. ref: https://
|
94
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
95
95
|
end
|
96
96
|
end
|
97
97
|
|
@@ -104,7 +104,7 @@ describe 'SecurityApi' do
|
|
104
104
|
# @return [nil]
|
105
105
|
describe 'security_smtp_by_name_delete test' do
|
106
106
|
it 'should work' do
|
107
|
-
# assertion here. ref: https://
|
107
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
108
108
|
end
|
109
109
|
end
|
110
110
|
|
@@ -117,7 +117,7 @@ describe 'SecurityApi' do
|
|
117
117
|
# @return [SmtpCredentials]
|
118
118
|
describe 'security_smtp_by_name_get test' do
|
119
119
|
it 'should work' do
|
120
|
-
# assertion here. ref: https://
|
120
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
121
121
|
end
|
122
122
|
end
|
123
123
|
|
@@ -130,7 +130,7 @@ describe 'SecurityApi' do
|
|
130
130
|
# @return [SmtpCredentials]
|
131
131
|
describe 'security_smtp_by_name_put test' do
|
132
132
|
it 'should work' do
|
133
|
-
# assertion here. ref: https://
|
133
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
134
134
|
end
|
135
135
|
end
|
136
136
|
|
@@ -142,7 +142,7 @@ describe 'SecurityApi' do
|
|
142
142
|
# @return [Array<SmtpCredentials>]
|
143
143
|
describe 'security_smtp_get test' do
|
144
144
|
it 'should work' do
|
145
|
-
# assertion here. ref: https://
|
145
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
146
146
|
end
|
147
147
|
end
|
148
148
|
|
@@ -154,7 +154,7 @@ describe 'SecurityApi' do
|
|
154
154
|
# @return [NewSmtpCredentials]
|
155
155
|
describe 'security_smtp_post test' do
|
156
156
|
it 'should work' do
|
157
|
-
# assertion here. ref: https://
|
157
|
+
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
158
158
|
end
|
159
159
|
end
|
160
160
|
|