mailslurp_client 7.0.7 → 7.0.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Makefile +3 -0
- data/README.md +26 -13
- data/docs/AliasControllerApi.md +337 -0
- data/docs/AttachmentControllerApi.md +3 -1
- data/docs/AttachmentMetaData.md +4 -4
- data/docs/BulkSendEmailOptions.md +1 -1
- data/docs/CommonActionsControllerApi.md +60 -9
- data/docs/CreateAnonymousAliasOptions.md +17 -0
- data/docs/CreateOwnedAliasOptions.md +23 -0
- data/docs/EmailAnalysis.md +5 -5
- data/docs/FormControllerApi.md +79 -0
- data/docs/ForwardEmailOptions.md +7 -7
- data/docs/InboxControllerApi.md +54 -1
- data/docs/ModelAlias.md +31 -0
- data/docs/PageAlias.md +37 -0
- data/docs/SimpleSendEmailOptions.md +23 -0
- data/docs/ValidationDto.md +2 -2
- data/docs/WaitForConditions.md +6 -6
- data/docs/WaitForControllerApi.md +3 -3
- data/lib/mailslurp_client.rb +8 -1
- data/lib/mailslurp_client/api/alias_controller_api.rb +405 -0
- data/lib/mailslurp_client/api/attachment_controller_api.rb +4 -1
- data/lib/mailslurp_client/api/bulk_actions_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/common_actions_controller_api.rb +71 -15
- data/lib/mailslurp_client/api/contact_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/domain_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/email_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/form_controller_api.rb +104 -0
- data/lib/mailslurp_client/api/group_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/inbox_controller_api.rb +60 -1
- data/lib/mailslurp_client/api/template_controller_api.rb +1 -1
- data/lib/mailslurp_client/api/wait_for_controller_api.rb +5 -5
- data/lib/mailslurp_client/api/webhook_controller_api.rb +1 -1
- data/lib/mailslurp_client/api_client.rb +1 -1
- data/lib/mailslurp_client/api_error.rb +1 -1
- data/lib/mailslurp_client/configuration.rb +1 -1
- data/lib/mailslurp_client/models/attachment_meta_data.rb +6 -21
- data/lib/mailslurp_client/models/basic_auth_options.rb +1 -1
- data/lib/mailslurp_client/models/bulk_send_email_options.rb +2 -7
- data/lib/mailslurp_client/models/contact_dto.rb +1 -1
- data/lib/mailslurp_client/models/contact_projection.rb +1 -1
- data/lib/mailslurp_client/models/create_anonymous_alias_options.rb +208 -0
- data/lib/mailslurp_client/models/create_contact_options.rb +1 -1
- data/lib/mailslurp_client/models/create_domain_options.rb +1 -1
- data/lib/mailslurp_client/models/create_group_options.rb +1 -1
- data/lib/mailslurp_client/models/create_owned_alias_options.rb +238 -0
- data/lib/mailslurp_client/models/create_template_options.rb +1 -1
- data/lib/mailslurp_client/models/create_webhook_options.rb +1 -1
- data/lib/mailslurp_client/models/domain_dto.rb +1 -1
- data/lib/mailslurp_client/models/domain_preview.rb +1 -1
- data/lib/mailslurp_client/models/email.rb +2 -2
- data/lib/mailslurp_client/models/email_analysis.rb +7 -2
- data/lib/mailslurp_client/models/email_preview.rb +2 -2
- data/lib/mailslurp_client/models/email_projection.rb +2 -1
- data/lib/mailslurp_client/models/forward_email_options.rb +29 -30
- data/lib/mailslurp_client/models/group_contacts_dto.rb +1 -1
- data/lib/mailslurp_client/models/group_dto.rb +1 -1
- data/lib/mailslurp_client/models/group_projection.rb +1 -1
- data/lib/mailslurp_client/models/html_validation_result.rb +1 -1
- data/lib/mailslurp_client/models/inbox.rb +1 -1
- data/lib/mailslurp_client/models/inbox_projection.rb +1 -1
- data/lib/mailslurp_client/models/json_node.rb +1 -1
- data/lib/mailslurp_client/models/match_option.rb +1 -1
- data/lib/mailslurp_client/models/match_options.rb +2 -2
- data/lib/mailslurp_client/models/model_alias.rb +284 -0
- data/lib/mailslurp_client/models/page_alias.rb +298 -0
- data/lib/mailslurp_client/models/page_contact_projection.rb +1 -1
- data/lib/mailslurp_client/models/page_email_preview.rb +1 -1
- data/lib/mailslurp_client/models/page_email_projection.rb +1 -1
- data/lib/mailslurp_client/models/page_group_projection.rb +1 -1
- data/lib/mailslurp_client/models/page_inbox_projection.rb +1 -1
- data/lib/mailslurp_client/models/page_template_projection.rb +1 -1
- data/lib/mailslurp_client/models/page_webhook_projection.rb +1 -1
- data/lib/mailslurp_client/models/pageable.rb +1 -1
- data/lib/mailslurp_client/models/raw_email_json.rb +1 -1
- data/lib/mailslurp_client/models/send_email_options.rb +1 -1
- data/lib/mailslurp_client/models/set_inbox_favourited_options.rb +1 -1
- data/lib/mailslurp_client/models/simple_send_email_options.rb +237 -0
- data/lib/mailslurp_client/models/sort.rb +1 -1
- data/lib/mailslurp_client/models/template_dto.rb +1 -1
- data/lib/mailslurp_client/models/template_projection.rb +1 -1
- data/lib/mailslurp_client/models/template_variable.rb +1 -1
- data/lib/mailslurp_client/models/unread_count.rb +1 -1
- data/lib/mailslurp_client/models/update_group_contacts.rb +1 -1
- data/lib/mailslurp_client/models/update_inbox_options.rb +1 -1
- data/lib/mailslurp_client/models/upload_attachment_options.rb +2 -2
- data/lib/mailslurp_client/models/validation_dto.rb +3 -11
- data/lib/mailslurp_client/models/validation_message.rb +1 -1
- data/lib/mailslurp_client/models/wait_for_conditions.rb +8 -7
- data/lib/mailslurp_client/models/webhook_dto.rb +1 -1
- data/lib/mailslurp_client/models/webhook_projection.rb +1 -1
- data/lib/mailslurp_client/models/webhook_test_request.rb +1 -1
- data/lib/mailslurp_client/models/webhook_test_response.rb +1 -1
- data/lib/mailslurp_client/models/webhook_test_result.rb +1 -1
- data/lib/mailslurp_client/version.rb +2 -2
- data/mailslurp_client.gemspec +2 -2
- data/spec/api/alias_controller_api_spec.rb +107 -0
- data/spec/api/form_controller_api_spec.rb +54 -0
- data/spec/models/create_anonymous_alias_options_spec.rb +41 -0
- data/spec/models/create_owned_alias_options_spec.rb +59 -0
- data/spec/models/model_alias_spec.rb +83 -0
- data/spec/models/page_alias_spec.rb +101 -0
- data/spec/models/simple_send_email_options_spec.rb +59 -0
- metadata +33 -3
@@ -0,0 +1,23 @@
|
|
1
|
+
# MailSlurpClient::SimpleSendEmailOptions
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
Name | Type | Description | Notes
|
6
|
+
------------ | ------------- | ------------- | -------------
|
7
|
+
**body** | **String** | Body of the email message. Supports HTML | [optional]
|
8
|
+
**sender_id** | **String** | ID of inbox to send from | [optional]
|
9
|
+
**subject** | **String** | Subject line of the email | [optional]
|
10
|
+
**to** | **String** | Email address to send to | [optional]
|
11
|
+
|
12
|
+
## Code Sample
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'MailSlurpClient'
|
16
|
+
|
17
|
+
instance = MailSlurpClient::SimpleSendEmailOptions.new(body: null,
|
18
|
+
sender_id: null,
|
19
|
+
subject: null,
|
20
|
+
to: null)
|
21
|
+
```
|
22
|
+
|
23
|
+
|
data/docs/ValidationDto.md
CHANGED
@@ -4,8 +4,8 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**email_id** | **String** |
|
8
|
-
**html** | [**HTMLValidationResult**](HTMLValidationResult.md) | |
|
7
|
+
**email_id** | **String** | ID of the email validated | [optional]
|
8
|
+
**html** | [**HTMLValidationResult**](HTMLValidationResult.md) | | [optional]
|
9
9
|
|
10
10
|
## Code Sample
|
11
11
|
|
data/docs/WaitForConditions.md
CHANGED
@@ -4,13 +4,13 @@
|
|
4
4
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
|
-
**count** | **Integer** | Number of results that should match conditions | [optional]
|
8
|
-
**count_type** | **String** |
|
9
|
-
**inbox_id** | **String** |
|
10
|
-
**matches** | [**Array<MatchOption>**](MatchOption.md) | Conditions that should be matched | [optional]
|
7
|
+
**count** | **Integer** | Number of results that should match conditions. Either exactly or at least this amount based on the `countType`. If count condition is not met and the timeout has not been reached the `waitFor` method will retry the operation. | [optional]
|
8
|
+
**count_type** | **String** | How should the found count be compared to the expected count. | [optional]
|
9
|
+
**inbox_id** | **String** | ID of inbox to search within and apply conditions to. Essentially filtering the emails found to give a count. | [optional]
|
10
|
+
**matches** | [**Array<MatchOption>**](MatchOption.md) | Conditions that should be matched for an email to qualify for results. Each condition will be applied in order to each email within an inbox to filter a result list of matching emails you are waiting for. | [optional]
|
11
11
|
**sort_direction** | **String** | Direction to sort matching emails by created time | [optional]
|
12
|
-
**timeout** | **Integer** | Max time in milliseconds to
|
13
|
-
**unread_only** | **Boolean** | Apply only to unread emails | [optional]
|
12
|
+
**timeout** | **Integer** | Max time in milliseconds to retry the `waitFor` operation until conditions are met. | [optional]
|
13
|
+
**unread_only** | **Boolean** | Apply conditions only to **unread** emails. All emails begin with `read=false`. An email is marked `read=true` when an `EmailDto` representation of it has been returned to the user at least once. For example you have called `getEmail` or `waitForLatestEmail` etc., or you have viewed the email in the dashboard. | [optional]
|
14
14
|
|
15
15
|
## Code Sample
|
16
16
|
|
@@ -136,7 +136,7 @@ Name | Type | Description | Notes
|
|
136
136
|
|
137
137
|
Fetch inbox's latest email or if empty wait for an email to arrive
|
138
138
|
|
139
|
-
Will return either the last received email or wait for an email to arrive and return that. If you need to wait for an email for a non-empty inbox see the other receive methods such as waitForNthEmail or waitForEmailCount
|
139
|
+
Will return either the last received email or wait for an email to arrive and return that. If you need to wait for an email for a non-empty inbox set `unreadOnly=true` or see the other receive methods such as `waitForNthEmail` or `waitForEmailCount`.
|
140
140
|
|
141
141
|
### Example
|
142
142
|
|
@@ -155,7 +155,7 @@ api_instance = MailSlurpClient::WaitForControllerApi.new
|
|
155
155
|
opts = {
|
156
156
|
inbox_id: 'inbox_id_example', # String | Id of the inbox we are fetching emails from
|
157
157
|
timeout: 56, # Integer | Max milliseconds to wait
|
158
|
-
unread_only: false # Boolean | Optional filter for unread only
|
158
|
+
unread_only: false # Boolean | Optional filter for unread only.
|
159
159
|
}
|
160
160
|
|
161
161
|
begin
|
@@ -174,7 +174,7 @@ Name | Type | Description | Notes
|
|
174
174
|
------------- | ------------- | ------------- | -------------
|
175
175
|
**inbox_id** | [**String**](.md)| Id of the inbox we are fetching emails from | [optional]
|
176
176
|
**timeout** | **Integer**| Max milliseconds to wait | [optional]
|
177
|
-
**unread_only** | **Boolean**| Optional filter for unread only | [optional] [default to false]
|
177
|
+
**unread_only** | **Boolean**| Optional filter for unread only. | [optional] [default to false]
|
178
178
|
|
179
179
|
### Return type
|
180
180
|
|
data/lib/mailslurp_client.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
5
|
|
6
|
-
The version of the OpenAPI document:
|
6
|
+
The version of the OpenAPI document: d1659dc1567a5b62f65d0612107a50aace03e085
|
7
7
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 4.2.3
|
@@ -22,9 +22,11 @@ require 'mailslurp_client/models/basic_auth_options'
|
|
22
22
|
require 'mailslurp_client/models/bulk_send_email_options'
|
23
23
|
require 'mailslurp_client/models/contact_dto'
|
24
24
|
require 'mailslurp_client/models/contact_projection'
|
25
|
+
require 'mailslurp_client/models/create_anonymous_alias_options'
|
25
26
|
require 'mailslurp_client/models/create_contact_options'
|
26
27
|
require 'mailslurp_client/models/create_domain_options'
|
27
28
|
require 'mailslurp_client/models/create_group_options'
|
29
|
+
require 'mailslurp_client/models/create_owned_alias_options'
|
28
30
|
require 'mailslurp_client/models/create_template_options'
|
29
31
|
require 'mailslurp_client/models/create_webhook_options'
|
30
32
|
require 'mailslurp_client/models/domain_dto'
|
@@ -43,6 +45,8 @@ require 'mailslurp_client/models/inbox_projection'
|
|
43
45
|
require 'mailslurp_client/models/json_node'
|
44
46
|
require 'mailslurp_client/models/match_option'
|
45
47
|
require 'mailslurp_client/models/match_options'
|
48
|
+
require 'mailslurp_client/models/model_alias'
|
49
|
+
require 'mailslurp_client/models/page_alias'
|
46
50
|
require 'mailslurp_client/models/page_contact_projection'
|
47
51
|
require 'mailslurp_client/models/page_email_preview'
|
48
52
|
require 'mailslurp_client/models/page_email_projection'
|
@@ -54,6 +58,7 @@ require 'mailslurp_client/models/pageable'
|
|
54
58
|
require 'mailslurp_client/models/raw_email_json'
|
55
59
|
require 'mailslurp_client/models/send_email_options'
|
56
60
|
require 'mailslurp_client/models/set_inbox_favourited_options'
|
61
|
+
require 'mailslurp_client/models/simple_send_email_options'
|
57
62
|
require 'mailslurp_client/models/sort'
|
58
63
|
require 'mailslurp_client/models/template_dto'
|
59
64
|
require 'mailslurp_client/models/template_projection'
|
@@ -72,12 +77,14 @@ require 'mailslurp_client/models/webhook_test_response'
|
|
72
77
|
require 'mailslurp_client/models/webhook_test_result'
|
73
78
|
|
74
79
|
# APIs
|
80
|
+
require 'mailslurp_client/api/alias_controller_api'
|
75
81
|
require 'mailslurp_client/api/attachment_controller_api'
|
76
82
|
require 'mailslurp_client/api/bulk_actions_controller_api'
|
77
83
|
require 'mailslurp_client/api/common_actions_controller_api'
|
78
84
|
require 'mailslurp_client/api/contact_controller_api'
|
79
85
|
require 'mailslurp_client/api/domain_controller_api'
|
80
86
|
require 'mailslurp_client/api/email_controller_api'
|
87
|
+
require 'mailslurp_client/api/form_controller_api'
|
81
88
|
require 'mailslurp_client/api/group_controller_api'
|
82
89
|
require 'mailslurp_client/api/inbox_controller_api'
|
83
90
|
require 'mailslurp_client/api/template_controller_api'
|
@@ -0,0 +1,405 @@
|
|
1
|
+
=begin
|
2
|
+
#MailSlurp API
|
3
|
+
|
4
|
+
#MailSlurp is an API for sending and receiving emails from dynamically allocated email addresses. It's designed for developers and QA teams to test applications, process inbound emails, send templated notifications, attachments, and more. ## Resources - [Homepage](https://www.mailslurp.com) - Get an [API KEY](https://app.mailslurp.com/sign-up/) - Generated [SDK Clients](https://www.mailslurp.com/docs/) - [Examples](https://github.com/mailslurp/examples) repository
|
5
|
+
|
6
|
+
The version of the OpenAPI document: d1659dc1567a5b62f65d0612107a50aace03e085
|
7
|
+
|
8
|
+
Generated by: https://openapi-generator.tech
|
9
|
+
OpenAPI Generator version: 4.2.3
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
require 'cgi'
|
14
|
+
|
15
|
+
module MailSlurpClient
|
16
|
+
class AliasControllerApi
|
17
|
+
attr_accessor :api_client
|
18
|
+
|
19
|
+
def initialize(api_client = ApiClient.default)
|
20
|
+
@api_client = api_client
|
21
|
+
end
|
22
|
+
# Create an email alias
|
23
|
+
# Create an email alias belonging to a user ID. To create anonymous aliases use the `createAnonymousAlias` method.
|
24
|
+
# @param create_owned_alias_options [CreateOwnedAliasOptions] createOwnedAliasOptions
|
25
|
+
# @param [Hash] opts the optional parameters
|
26
|
+
# @return [nil]
|
27
|
+
def create_alias(create_owned_alias_options, opts = {})
|
28
|
+
create_alias_with_http_info(create_owned_alias_options, opts)
|
29
|
+
nil
|
30
|
+
end
|
31
|
+
|
32
|
+
# Create an email alias
|
33
|
+
# Create an email alias belonging to a user ID. To create anonymous aliases use the `createAnonymousAlias` method.
|
34
|
+
# @param create_owned_alias_options [CreateOwnedAliasOptions] createOwnedAliasOptions
|
35
|
+
# @param [Hash] opts the optional parameters
|
36
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
37
|
+
def create_alias_with_http_info(create_owned_alias_options, opts = {})
|
38
|
+
if @api_client.config.debugging
|
39
|
+
@api_client.config.logger.debug 'Calling API: AliasControllerApi.create_alias ...'
|
40
|
+
end
|
41
|
+
# verify the required parameter 'create_owned_alias_options' is set
|
42
|
+
if @api_client.config.client_side_validation && create_owned_alias_options.nil?
|
43
|
+
fail ArgumentError, "Missing the required parameter 'create_owned_alias_options' when calling AliasControllerApi.create_alias"
|
44
|
+
end
|
45
|
+
# resource path
|
46
|
+
local_var_path = '/aliases'
|
47
|
+
|
48
|
+
# query parameters
|
49
|
+
query_params = opts[:query_params] || {}
|
50
|
+
|
51
|
+
# header parameters
|
52
|
+
header_params = opts[:header_params] || {}
|
53
|
+
# HTTP header 'Accept' (if needed)
|
54
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
55
|
+
# HTTP header 'Content-Type'
|
56
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
57
|
+
|
58
|
+
# form parameters
|
59
|
+
form_params = opts[:form_params] || {}
|
60
|
+
|
61
|
+
# http body (model)
|
62
|
+
post_body = opts[:body] || @api_client.object_to_http_body(create_owned_alias_options)
|
63
|
+
|
64
|
+
# return_type
|
65
|
+
return_type = opts[:return_type]
|
66
|
+
|
67
|
+
# auth_names
|
68
|
+
auth_names = opts[:auth_names] || ['API_KEY']
|
69
|
+
|
70
|
+
new_options = opts.merge(
|
71
|
+
:header_params => header_params,
|
72
|
+
:query_params => query_params,
|
73
|
+
:form_params => form_params,
|
74
|
+
:body => post_body,
|
75
|
+
:auth_names => auth_names,
|
76
|
+
:return_type => return_type
|
77
|
+
)
|
78
|
+
|
79
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
80
|
+
if @api_client.config.debugging
|
81
|
+
@api_client.config.logger.debug "API called: AliasControllerApi#create_alias\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
82
|
+
end
|
83
|
+
return data, status_code, headers
|
84
|
+
end
|
85
|
+
|
86
|
+
# Create an anonymous email alias
|
87
|
+
# @param create_anonymous_alias_options [CreateAnonymousAliasOptions] createAnonymousAliasOptions
|
88
|
+
# @param [Hash] opts the optional parameters
|
89
|
+
# @return [ModelAlias]
|
90
|
+
def create_anonymous_alias(create_anonymous_alias_options, opts = {})
|
91
|
+
data, _status_code, _headers = create_anonymous_alias_with_http_info(create_anonymous_alias_options, opts)
|
92
|
+
data
|
93
|
+
end
|
94
|
+
|
95
|
+
# Create an anonymous email alias
|
96
|
+
# @param create_anonymous_alias_options [CreateAnonymousAliasOptions] createAnonymousAliasOptions
|
97
|
+
# @param [Hash] opts the optional parameters
|
98
|
+
# @return [Array<(ModelAlias, Integer, Hash)>] ModelAlias data, response status code and response headers
|
99
|
+
def create_anonymous_alias_with_http_info(create_anonymous_alias_options, opts = {})
|
100
|
+
if @api_client.config.debugging
|
101
|
+
@api_client.config.logger.debug 'Calling API: AliasControllerApi.create_anonymous_alias ...'
|
102
|
+
end
|
103
|
+
# verify the required parameter 'create_anonymous_alias_options' is set
|
104
|
+
if @api_client.config.client_side_validation && create_anonymous_alias_options.nil?
|
105
|
+
fail ArgumentError, "Missing the required parameter 'create_anonymous_alias_options' when calling AliasControllerApi.create_anonymous_alias"
|
106
|
+
end
|
107
|
+
# resource path
|
108
|
+
local_var_path = '/aliases/anonymous'
|
109
|
+
|
110
|
+
# query parameters
|
111
|
+
query_params = opts[:query_params] || {}
|
112
|
+
|
113
|
+
# header parameters
|
114
|
+
header_params = opts[:header_params] || {}
|
115
|
+
# HTTP header 'Accept' (if needed)
|
116
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
117
|
+
# HTTP header 'Content-Type'
|
118
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
119
|
+
|
120
|
+
# form parameters
|
121
|
+
form_params = opts[:form_params] || {}
|
122
|
+
|
123
|
+
# http body (model)
|
124
|
+
post_body = opts[:body] || @api_client.object_to_http_body(create_anonymous_alias_options)
|
125
|
+
|
126
|
+
# return_type
|
127
|
+
return_type = opts[:return_type] || 'ModelAlias'
|
128
|
+
|
129
|
+
# auth_names
|
130
|
+
auth_names = opts[:auth_names] || ['API_KEY']
|
131
|
+
|
132
|
+
new_options = opts.merge(
|
133
|
+
:header_params => header_params,
|
134
|
+
:query_params => query_params,
|
135
|
+
:form_params => form_params,
|
136
|
+
:body => post_body,
|
137
|
+
:auth_names => auth_names,
|
138
|
+
:return_type => return_type
|
139
|
+
)
|
140
|
+
|
141
|
+
data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
|
142
|
+
if @api_client.config.debugging
|
143
|
+
@api_client.config.logger.debug "API called: AliasControllerApi#create_anonymous_alias\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
144
|
+
end
|
145
|
+
return data, status_code, headers
|
146
|
+
end
|
147
|
+
|
148
|
+
# Delete an owned alias
|
149
|
+
# @param alias_id [String] aliasId
|
150
|
+
# @param [Hash] opts the optional parameters
|
151
|
+
# @return [nil]
|
152
|
+
def delete_alias(alias_id, opts = {})
|
153
|
+
delete_alias_with_http_info(alias_id, opts)
|
154
|
+
nil
|
155
|
+
end
|
156
|
+
|
157
|
+
# Delete an owned alias
|
158
|
+
# @param alias_id [String] aliasId
|
159
|
+
# @param [Hash] opts the optional parameters
|
160
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
161
|
+
def delete_alias_with_http_info(alias_id, opts = {})
|
162
|
+
if @api_client.config.debugging
|
163
|
+
@api_client.config.logger.debug 'Calling API: AliasControllerApi.delete_alias ...'
|
164
|
+
end
|
165
|
+
# verify the required parameter 'alias_id' is set
|
166
|
+
if @api_client.config.client_side_validation && alias_id.nil?
|
167
|
+
fail ArgumentError, "Missing the required parameter 'alias_id' when calling AliasControllerApi.delete_alias"
|
168
|
+
end
|
169
|
+
# resource path
|
170
|
+
local_var_path = '/aliases/{aliasId}'.sub('{' + 'aliasId' + '}', CGI.escape(alias_id.to_s))
|
171
|
+
|
172
|
+
# query parameters
|
173
|
+
query_params = opts[:query_params] || {}
|
174
|
+
|
175
|
+
# header parameters
|
176
|
+
header_params = opts[:header_params] || {}
|
177
|
+
|
178
|
+
# form parameters
|
179
|
+
form_params = opts[:form_params] || {}
|
180
|
+
|
181
|
+
# http body (model)
|
182
|
+
post_body = opts[:body]
|
183
|
+
|
184
|
+
# return_type
|
185
|
+
return_type = opts[:return_type]
|
186
|
+
|
187
|
+
# auth_names
|
188
|
+
auth_names = opts[:auth_names] || ['API_KEY']
|
189
|
+
|
190
|
+
new_options = opts.merge(
|
191
|
+
:header_params => header_params,
|
192
|
+
:query_params => query_params,
|
193
|
+
:form_params => form_params,
|
194
|
+
:body => post_body,
|
195
|
+
:auth_names => auth_names,
|
196
|
+
:return_type => return_type
|
197
|
+
)
|
198
|
+
|
199
|
+
data, status_code, headers = @api_client.call_api(:DELETE, local_var_path, new_options)
|
200
|
+
if @api_client.config.debugging
|
201
|
+
@api_client.config.logger.debug "API called: AliasControllerApi#delete_alias\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
202
|
+
end
|
203
|
+
return data, status_code, headers
|
204
|
+
end
|
205
|
+
|
206
|
+
# Get an email alias
|
207
|
+
# Get an email alias by ID
|
208
|
+
# @param alias_id [String] aliasId
|
209
|
+
# @param [Hash] opts the optional parameters
|
210
|
+
# @return [ModelAlias]
|
211
|
+
def get_alias(alias_id, opts = {})
|
212
|
+
data, _status_code, _headers = get_alias_with_http_info(alias_id, opts)
|
213
|
+
data
|
214
|
+
end
|
215
|
+
|
216
|
+
# Get an email alias
|
217
|
+
# Get an email alias by ID
|
218
|
+
# @param alias_id [String] aliasId
|
219
|
+
# @param [Hash] opts the optional parameters
|
220
|
+
# @return [Array<(ModelAlias, Integer, Hash)>] ModelAlias data, response status code and response headers
|
221
|
+
def get_alias_with_http_info(alias_id, opts = {})
|
222
|
+
if @api_client.config.debugging
|
223
|
+
@api_client.config.logger.debug 'Calling API: AliasControllerApi.get_alias ...'
|
224
|
+
end
|
225
|
+
# verify the required parameter 'alias_id' is set
|
226
|
+
if @api_client.config.client_side_validation && alias_id.nil?
|
227
|
+
fail ArgumentError, "Missing the required parameter 'alias_id' when calling AliasControllerApi.get_alias"
|
228
|
+
end
|
229
|
+
# resource path
|
230
|
+
local_var_path = '/aliases/{aliasId}'.sub('{' + 'aliasId' + '}', CGI.escape(alias_id.to_s))
|
231
|
+
|
232
|
+
# query parameters
|
233
|
+
query_params = opts[:query_params] || {}
|
234
|
+
|
235
|
+
# header parameters
|
236
|
+
header_params = opts[:header_params] || {}
|
237
|
+
# HTTP header 'Accept' (if needed)
|
238
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
239
|
+
|
240
|
+
# form parameters
|
241
|
+
form_params = opts[:form_params] || {}
|
242
|
+
|
243
|
+
# http body (model)
|
244
|
+
post_body = opts[:body]
|
245
|
+
|
246
|
+
# return_type
|
247
|
+
return_type = opts[:return_type] || 'ModelAlias'
|
248
|
+
|
249
|
+
# auth_names
|
250
|
+
auth_names = opts[:auth_names] || ['API_KEY']
|
251
|
+
|
252
|
+
new_options = opts.merge(
|
253
|
+
:header_params => header_params,
|
254
|
+
:query_params => query_params,
|
255
|
+
:form_params => form_params,
|
256
|
+
:body => post_body,
|
257
|
+
:auth_names => auth_names,
|
258
|
+
:return_type => return_type
|
259
|
+
)
|
260
|
+
|
261
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
262
|
+
if @api_client.config.debugging
|
263
|
+
@api_client.config.logger.debug "API called: AliasControllerApi#get_alias\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
264
|
+
end
|
265
|
+
return data, status_code, headers
|
266
|
+
end
|
267
|
+
|
268
|
+
# Get all email aliases
|
269
|
+
# Get all email aliases in paginated form
|
270
|
+
# @param [Hash] opts the optional parameters
|
271
|
+
# @option opts [Integer] :page Optional page index in alias list pagination (default to 0)
|
272
|
+
# @option opts [Integer] :size Optional page size in alias list pagination (default to 20)
|
273
|
+
# @option opts [String] :sort Optional createdAt sort direction ASC or DESC (default to 'ASC')
|
274
|
+
# @return [PageAlias]
|
275
|
+
def get_aliases(opts = {})
|
276
|
+
data, _status_code, _headers = get_aliases_with_http_info(opts)
|
277
|
+
data
|
278
|
+
end
|
279
|
+
|
280
|
+
# Get all email aliases
|
281
|
+
# Get all email aliases in paginated form
|
282
|
+
# @param [Hash] opts the optional parameters
|
283
|
+
# @option opts [Integer] :page Optional page index in alias list pagination
|
284
|
+
# @option opts [Integer] :size Optional page size in alias list pagination
|
285
|
+
# @option opts [String] :sort Optional createdAt sort direction ASC or DESC
|
286
|
+
# @return [Array<(PageAlias, Integer, Hash)>] PageAlias data, response status code and response headers
|
287
|
+
def get_aliases_with_http_info(opts = {})
|
288
|
+
if @api_client.config.debugging
|
289
|
+
@api_client.config.logger.debug 'Calling API: AliasControllerApi.get_aliases ...'
|
290
|
+
end
|
291
|
+
allowable_values = ["ASC", "DESC"]
|
292
|
+
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
293
|
+
fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}"
|
294
|
+
end
|
295
|
+
# resource path
|
296
|
+
local_var_path = '/aliases'
|
297
|
+
|
298
|
+
# query parameters
|
299
|
+
query_params = opts[:query_params] || {}
|
300
|
+
query_params[:'page'] = opts[:'page'] if !opts[:'page'].nil?
|
301
|
+
query_params[:'size'] = opts[:'size'] if !opts[:'size'].nil?
|
302
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
303
|
+
|
304
|
+
# header parameters
|
305
|
+
header_params = opts[:header_params] || {}
|
306
|
+
# HTTP header 'Accept' (if needed)
|
307
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
308
|
+
|
309
|
+
# form parameters
|
310
|
+
form_params = opts[:form_params] || {}
|
311
|
+
|
312
|
+
# http body (model)
|
313
|
+
post_body = opts[:body]
|
314
|
+
|
315
|
+
# return_type
|
316
|
+
return_type = opts[:return_type] || 'PageAlias'
|
317
|
+
|
318
|
+
# auth_names
|
319
|
+
auth_names = opts[:auth_names] || ['API_KEY']
|
320
|
+
|
321
|
+
new_options = opts.merge(
|
322
|
+
:header_params => header_params,
|
323
|
+
:query_params => query_params,
|
324
|
+
:form_params => form_params,
|
325
|
+
:body => post_body,
|
326
|
+
:auth_names => auth_names,
|
327
|
+
:return_type => return_type
|
328
|
+
)
|
329
|
+
|
330
|
+
data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options)
|
331
|
+
if @api_client.config.debugging
|
332
|
+
@api_client.config.logger.debug "API called: AliasControllerApi#get_aliases\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
333
|
+
end
|
334
|
+
return data, status_code, headers
|
335
|
+
end
|
336
|
+
|
337
|
+
# Update an owned alias
|
338
|
+
# @param alias_id [String] aliasId
|
339
|
+
# @param create_owned_alias_options [CreateOwnedAliasOptions] createOwnedAliasOptions
|
340
|
+
# @param [Hash] opts the optional parameters
|
341
|
+
# @return [nil]
|
342
|
+
def update_alias(alias_id, create_owned_alias_options, opts = {})
|
343
|
+
update_alias_with_http_info(alias_id, create_owned_alias_options, opts)
|
344
|
+
nil
|
345
|
+
end
|
346
|
+
|
347
|
+
# Update an owned alias
|
348
|
+
# @param alias_id [String] aliasId
|
349
|
+
# @param create_owned_alias_options [CreateOwnedAliasOptions] createOwnedAliasOptions
|
350
|
+
# @param [Hash] opts the optional parameters
|
351
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
352
|
+
def update_alias_with_http_info(alias_id, create_owned_alias_options, opts = {})
|
353
|
+
if @api_client.config.debugging
|
354
|
+
@api_client.config.logger.debug 'Calling API: AliasControllerApi.update_alias ...'
|
355
|
+
end
|
356
|
+
# verify the required parameter 'alias_id' is set
|
357
|
+
if @api_client.config.client_side_validation && alias_id.nil?
|
358
|
+
fail ArgumentError, "Missing the required parameter 'alias_id' when calling AliasControllerApi.update_alias"
|
359
|
+
end
|
360
|
+
# verify the required parameter 'create_owned_alias_options' is set
|
361
|
+
if @api_client.config.client_side_validation && create_owned_alias_options.nil?
|
362
|
+
fail ArgumentError, "Missing the required parameter 'create_owned_alias_options' when calling AliasControllerApi.update_alias"
|
363
|
+
end
|
364
|
+
# resource path
|
365
|
+
local_var_path = '/aliases/{aliasId}'.sub('{' + 'aliasId' + '}', CGI.escape(alias_id.to_s))
|
366
|
+
|
367
|
+
# query parameters
|
368
|
+
query_params = opts[:query_params] || {}
|
369
|
+
|
370
|
+
# header parameters
|
371
|
+
header_params = opts[:header_params] || {}
|
372
|
+
# HTTP header 'Accept' (if needed)
|
373
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
374
|
+
# HTTP header 'Content-Type'
|
375
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
376
|
+
|
377
|
+
# form parameters
|
378
|
+
form_params = opts[:form_params] || {}
|
379
|
+
|
380
|
+
# http body (model)
|
381
|
+
post_body = opts[:body] || @api_client.object_to_http_body(create_owned_alias_options)
|
382
|
+
|
383
|
+
# return_type
|
384
|
+
return_type = opts[:return_type]
|
385
|
+
|
386
|
+
# auth_names
|
387
|
+
auth_names = opts[:auth_names] || ['API_KEY']
|
388
|
+
|
389
|
+
new_options = opts.merge(
|
390
|
+
:header_params => header_params,
|
391
|
+
:query_params => query_params,
|
392
|
+
:form_params => form_params,
|
393
|
+
:body => post_body,
|
394
|
+
:auth_names => auth_names,
|
395
|
+
:return_type => return_type
|
396
|
+
)
|
397
|
+
|
398
|
+
data, status_code, headers = @api_client.call_api(:PUT, local_var_path, new_options)
|
399
|
+
if @api_client.config.debugging
|
400
|
+
@api_client.config.logger.debug "API called: AliasControllerApi#update_alias\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
401
|
+
end
|
402
|
+
return data, status_code, headers
|
403
|
+
end
|
404
|
+
end
|
405
|
+
end
|