aspose_email_cloud 20.2.0 → 20.3.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/lib/aspose-email-cloud.rb +13 -0
- data/lib/aspose-email-cloud/api/email_api.rb +921 -879
- data/lib/aspose-email-cloud/api_client.rb +386 -382
- data/lib/aspose-email-cloud/api_error.rb +41 -41
- data/lib/aspose-email-cloud/configuration.rb +240 -240
- data/lib/aspose-email-cloud/models/account_base_request.rb +263 -260
- data/lib/aspose-email-cloud/models/add_attachment_request.rb +226 -223
- data/lib/aspose-email-cloud/models/ai_bcr_base64_image.rb +231 -228
- data/lib/aspose-email-cloud/models/ai_bcr_base64_rq.rb +228 -225
- data/lib/aspose-email-cloud/models/ai_bcr_image.rb +218 -215
- data/lib/aspose-email-cloud/models/ai_bcr_image_storage_file.rb +231 -228
- data/lib/aspose-email-cloud/models/ai_bcr_ocr_data.rb +256 -253
- data/lib/aspose-email-cloud/models/ai_bcr_ocr_data_part.rb +300 -297
- data/lib/aspose-email-cloud/models/ai_bcr_options.rb +226 -223
- data/lib/aspose-email-cloud/models/ai_bcr_parse_ocr_data_rq.rb +233 -230
- data/lib/aspose-email-cloud/models/ai_bcr_parse_storage_rq.rb +251 -248
- data/lib/aspose-email-cloud/models/ai_bcr_rq.rb +213 -210
- data/lib/aspose-email-cloud/models/ai_bcr_storage_image_rq.rb +233 -230
- data/lib/aspose-email-cloud/models/ai_name_component.rb +267 -264
- data/lib/aspose-email-cloud/models/ai_name_cultural_context.rb +270 -267
- data/lib/aspose-email-cloud/models/ai_name_extracted.rb +233 -230
- data/lib/aspose-email-cloud/models/ai_name_extracted_component.rb +231 -228
- data/lib/aspose-email-cloud/models/ai_name_formatted.rb +226 -223
- data/lib/aspose-email-cloud/models/ai_name_gender_hypothesis.rb +236 -233
- data/lib/aspose-email-cloud/models/ai_name_match_result.rb +233 -230
- data/lib/aspose-email-cloud/models/ai_name_mismatch.rb +249 -246
- data/lib/aspose-email-cloud/models/ai_name_parsed_match_rq.rb +266 -263
- data/lib/aspose-email-cloud/models/ai_name_parsed_rq.rb +246 -243
- data/lib/aspose-email-cloud/models/ai_name_weighted.rb +231 -228
- data/lib/aspose-email-cloud/models/ai_name_weighted_variants.rb +228 -225
- data/lib/aspose-email-cloud/models/alternate_view.rb +282 -279
- data/lib/aspose-email-cloud/models/append_email_account_base_request.rb +318 -315
- data/lib/aspose-email-cloud/models/append_email_base_request.rb +336 -333
- data/lib/aspose-email-cloud/models/append_email_mime_base_request.rb +355 -352
- data/lib/aspose-email-cloud/models/append_email_model_rq.rb +336 -333
- data/lib/aspose-email-cloud/models/associated_person.rb +244 -241
- data/lib/aspose-email-cloud/models/attachment.rb +324 -321
- data/lib/aspose-email-cloud/models/attachment_base.rb +254 -251
- data/lib/aspose-email-cloud/models/base_object.rb +5 -2
- data/lib/aspose-email-cloud/models/calendar_dto.rb +557 -554
- data/lib/aspose-email-cloud/models/calendar_dto_alternate_rq.rb +268 -265
- data/lib/aspose-email-cloud/models/calendar_dto_list.rb +215 -212
- data/lib/aspose-email-cloud/models/calendar_reminder.rb +318 -315
- data/lib/aspose-email-cloud/models/contact_dto.rb +699 -696
- data/lib/aspose-email-cloud/models/contact_dto_list.rb +215 -212
- data/lib/aspose-email-cloud/models/contact_photo.rb +231 -228
- data/lib/aspose-email-cloud/models/content_type.rb +267 -264
- data/lib/aspose-email-cloud/models/content_type_parameter.rb +226 -223
- data/lib/aspose-email-cloud/models/create_email_request.rb +231 -228
- data/lib/aspose-email-cloud/models/create_folder_base_request.rb +313 -310
- data/lib/aspose-email-cloud/models/customer_event.rb +231 -228
- data/lib/aspose-email-cloud/models/delete_folder_base_request.rb +318 -315
- data/lib/aspose-email-cloud/models/delete_message_base_request.rb +318 -315
- data/lib/aspose-email-cloud/models/disc_usage.rb +236 -233
- data/lib/aspose-email-cloud/models/discover_email_config_oauth.rb +391 -388
- data/lib/aspose-email-cloud/models/discover_email_config_password.rb +304 -301
- data/lib/aspose-email-cloud/models/discover_email_config_rq.rb +268 -265
- data/lib/aspose-email-cloud/models/email_account_config.rb +323 -320
- data/lib/aspose-email-cloud/models/email_account_config_list.rb +215 -212
- data/lib/aspose-email-cloud/models/email_account_request.rb +397 -394
- data/lib/aspose-email-cloud/models/email_address.rb +270 -267
- data/lib/aspose-email-cloud/models/email_client_account.rb +337 -0
- data/lib/aspose-email-cloud/models/email_client_account_credentials.rb +261 -0
- data/lib/aspose-email-cloud/models/email_client_account_oauth_credentials.rb +385 -0
- data/lib/aspose-email-cloud/models/email_client_account_password_credentials.rb +298 -0
- data/lib/aspose-email-cloud/models/email_client_multi_account.rb +233 -0
- data/lib/aspose-email-cloud/models/email_document.rb +233 -230
- data/lib/aspose-email-cloud/models/email_document_response.rb +213 -210
- data/lib/aspose-email-cloud/models/email_dto.rb +681 -678
- data/lib/aspose-email-cloud/models/email_dto_list.rb +215 -212
- data/lib/aspose-email-cloud/models/email_properties.rb +233 -230
- data/lib/aspose-email-cloud/models/email_property.rb +268 -265
- data/lib/aspose-email-cloud/models/email_property_response.rb +213 -210
- data/lib/aspose-email-cloud/models/enum_with_custom_of_associated_person_category.rb +230 -227
- data/lib/aspose-email-cloud/models/enum_with_custom_of_email_address_category.rb +230 -227
- data/lib/aspose-email-cloud/models/enum_with_custom_of_event_category.rb +230 -227
- data/lib/aspose-email-cloud/models/enum_with_custom_of_instant_messenger_category.rb +230 -227
- data/lib/aspose-email-cloud/models/enum_with_custom_of_phone_number_category.rb +230 -227
- data/lib/aspose-email-cloud/models/enum_with_custom_of_postal_address_category.rb +230 -227
- data/lib/aspose-email-cloud/models/enum_with_custom_of_url_category.rb +230 -227
- data/lib/aspose-email-cloud/models/error.rb +252 -249
- data/lib/aspose-email-cloud/models/error_details.rb +231 -228
- data/lib/aspose-email-cloud/models/file_version.rb +306 -303
- data/lib/aspose-email-cloud/models/file_versions.rb +215 -212
- data/lib/aspose-email-cloud/models/files_list.rb +215 -212
- data/lib/aspose-email-cloud/models/files_upload_result.rb +230 -227
- data/lib/aspose-email-cloud/models/hierarchical_object.rb +5 -2
- data/lib/aspose-email-cloud/models/hierarchical_object_request.rb +231 -228
- data/lib/aspose-email-cloud/models/hierarchical_object_response.rb +226 -223
- data/lib/aspose-email-cloud/models/indexed_hierarchical_object.rb +5 -2
- data/lib/aspose-email-cloud/models/indexed_primitive_object.rb +5 -2
- data/lib/aspose-email-cloud/models/instant_messenger_address.rb +244 -241
- data/lib/aspose-email-cloud/models/link.rb +252 -249
- data/lib/aspose-email-cloud/models/linked_resource.rb +267 -264
- data/lib/aspose-email-cloud/models/list_response_of_ai_bcr_ocr_data.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_ai_name_component.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_ai_name_extracted.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_ai_name_gender_hypothesis.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_contact_dto.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_email_account_config.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_email_dto.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_hierarchical_object.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_hierarchical_object_response.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_mail_server_folder.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_storage_file_location.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_calendar_dto.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_contact_dto.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_storage_model_of_email_dto.rb +214 -211
- data/lib/aspose-email-cloud/models/list_response_of_string.rb +214 -211
- data/lib/aspose-email-cloud/models/mail_address.rb +244 -241
- data/lib/aspose-email-cloud/models/mail_server_folder.rb +226 -223
- data/lib/aspose-email-cloud/models/mime_response.rb +213 -210
- data/lib/aspose-email-cloud/models/name_value_pair.rb +226 -222
- data/lib/aspose-email-cloud/models/object_exist.rb +236 -233
- data/lib/aspose-email-cloud/models/phone_number.rb +244 -241
- data/lib/aspose-email-cloud/models/postal_address.rb +353 -350
- data/lib/aspose-email-cloud/models/primitive_object.rb +5 -2
- data/lib/aspose-email-cloud/models/reminder_attendee.rb +213 -210
- data/lib/aspose-email-cloud/models/reminder_trigger.rb +249 -246
- data/lib/aspose-email-cloud/models/requests/add_calendar_attachment_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/add_contact_attachment_request_data.rb +109 -109
- data/lib/aspose-email-cloud/models/requests/add_email_attachment_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/add_mapi_attachment_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/ai_bcr_ocr_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_bcr_ocr_storage_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_model_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_ocr_data_model_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_bcr_parse_storage_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_complete_request_data.rb +110 -110
- data/lib/aspose-email-cloud/models/requests/ai_name_expand_parsed_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_expand_request_data.rb +110 -110
- data/lib/aspose-email-cloud/models/requests/ai_name_format_parsed_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_format_request_data.rb +116 -116
- data/lib/aspose-email-cloud/models/requests/ai_name_genderize_parsed_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_genderize_request_data.rb +110 -110
- data/lib/aspose-email-cloud/models/requests/ai_name_match_parsed_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/ai_name_match_request_data.rb +121 -121
- data/lib/aspose-email-cloud/models/requests/ai_name_parse_email_address_request_data.rb +110 -110
- data/lib/aspose-email-cloud/models/requests/ai_name_parse_request_data.rb +110 -110
- data/lib/aspose-email-cloud/models/requests/append_email_message_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/append_email_model_message_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/append_mime_message_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/convert_calendar_model_to_alternate_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/convert_email_request_data.rb +90 -90
- data/lib/aspose-email-cloud/models/requests/copy_file_request_data.rb +108 -108
- data/lib/aspose-email-cloud/models/requests/copy_folder_request_data.rb +102 -102
- data/lib/aspose-email-cloud/models/requests/create_calendar_request_data.rb +89 -89
- data/lib/aspose-email-cloud/models/requests/create_contact_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/create_email_folder_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/create_email_request_data.rb +89 -89
- data/lib/aspose-email-cloud/models/requests/create_folder_request_data.rb +85 -85
- data/lib/aspose-email-cloud/models/requests/create_mapi_request_data.rb +89 -89
- data/lib/aspose-email-cloud/models/requests/delete_calendar_property_request_data.rb +109 -109
- data/lib/aspose-email-cloud/models/requests/delete_contact_property_request_data.rb +119 -119
- data/lib/aspose-email-cloud/models/requests/delete_email_folder_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/delete_email_message_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/delete_file_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/delete_folder_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/delete_mapi_attachment_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/delete_mapi_properties_request_data.rb +89 -89
- data/lib/aspose-email-cloud/models/requests/discover_email_config_oauth_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/discover_email_config_password_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/discover_email_config_request_data.rb +86 -86
- data/lib/aspose-email-cloud/models/requests/download_file_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/email_request.rb +75 -75
- data/lib/aspose-email-cloud/models/requests/fetch_email_message_request_data.rb +109 -109
- data/lib/aspose-email-cloud/models/requests/fetch_email_model_request_data.rb +109 -109
- data/lib/aspose-email-cloud/models/requests/get_calendar_attachment_request_data.rb +101 -101
- data/lib/aspose-email-cloud/models/requests/get_calendar_list_request_data.rb +108 -108
- data/lib/aspose-email-cloud/models/requests/get_calendar_model_as_alternate_request_data.rb +107 -107
- data/lib/aspose-email-cloud/models/requests/get_calendar_model_list_request_data.rb +98 -98
- data/lib/aspose-email-cloud/models/requests/get_calendar_model_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/get_calendar_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/get_contact_attachment_request_data.rb +111 -111
- data/lib/aspose-email-cloud/models/requests/get_contact_list_request_data.rb +103 -103
- data/lib/aspose-email-cloud/models/requests/get_contact_model_list_request_data.rb +103 -103
- data/lib/aspose-email-cloud/models/requests/get_contact_model_request_data.rb +101 -101
- data/lib/aspose-email-cloud/models/requests/get_contact_properties_request_data.rb +101 -101
- data/lib/aspose-email-cloud/models/requests/get_disc_usage_request_data.rb +75 -75
- data/lib/aspose-email-cloud/models/requests/get_email_as_file_request_data.rb +101 -101
- data/lib/aspose-email-cloud/models/requests/get_email_attachment_request_data.rb +101 -101
- data/lib/aspose-email-cloud/models/requests/get_email_client_account_request_data.rb +102 -0
- data/lib/aspose-email-cloud/models/requests/get_email_client_multi_account_request_data.rb +102 -0
- data/lib/aspose-email-cloud/models/requests/get_email_model_list_request_data.rb +103 -103
- data/lib/aspose-email-cloud/models/requests/get_email_model_request_data.rb +101 -101
- data/lib/aspose-email-cloud/models/requests/get_email_property_request_data.rb +101 -101
- data/lib/aspose-email-cloud/models/requests/get_email_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/get_file_versions_request_data.rb +85 -85
- data/lib/aspose-email-cloud/models/requests/get_files_list_request_data.rb +85 -85
- data/lib/aspose-email-cloud/models/requests/get_mapi_attachment_request_data.rb +101 -101
- data/lib/aspose-email-cloud/models/requests/get_mapi_attachments_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/get_mapi_list_request_data.rb +93 -93
- data/lib/aspose-email-cloud/models/requests/get_mapi_properties_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/http_request.rb +51 -51
- data/lib/aspose-email-cloud/models/requests/is_email_address_disposable_request_data.rb +79 -0
- data/lib/aspose-email-cloud/models/requests/list_email_folders_request_data.rb +104 -104
- data/lib/aspose-email-cloud/models/requests/list_email_messages_request_data.rb +127 -127
- data/lib/aspose-email-cloud/models/requests/list_email_models_request_data.rb +127 -127
- data/lib/aspose-email-cloud/models/requests/move_file_request_data.rb +108 -108
- data/lib/aspose-email-cloud/models/requests/move_folder_request_data.rb +102 -102
- data/lib/aspose-email-cloud/models/requests/object_exists_request_data.rb +91 -91
- data/lib/aspose-email-cloud/models/requests/save_calendar_model_request_data.rb +89 -89
- data/lib/aspose-email-cloud/models/requests/save_contact_model_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/save_email_client_account_request_data.rb +79 -0
- data/lib/aspose-email-cloud/models/requests/save_email_client_multi_account_request_data.rb +79 -0
- data/lib/aspose-email-cloud/models/requests/save_email_model_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/save_mail_account_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/save_mail_o_auth_account_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/send_email_mime_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/send_email_model_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/send_email_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/set_email_property_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/set_email_read_flag_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/storage_exists_request_data.rb +79 -79
- data/lib/aspose-email-cloud/models/requests/update_calendar_properties_request_data.rb +89 -89
- data/lib/aspose-email-cloud/models/requests/update_contact_properties_request_data.rb +99 -99
- data/lib/aspose-email-cloud/models/requests/update_mapi_properties_request_data.rb +89 -89
- data/lib/aspose-email-cloud/models/requests/upload_file_request_data.rb +97 -97
- data/lib/aspose-email-cloud/models/save_email_account_request.rb +434 -431
- data/lib/aspose-email-cloud/models/save_o_auth_email_account_request.rb +521 -505
- data/lib/aspose-email-cloud/models/send_email_base_request.rb +281 -278
- data/lib/aspose-email-cloud/models/send_email_mime_base_request.rb +300 -297
- data/lib/aspose-email-cloud/models/send_email_model_rq.rb +276 -273
- data/lib/aspose-email-cloud/models/set_email_property_request.rb +231 -228
- data/lib/aspose-email-cloud/models/set_message_read_flag_account_base_request.rb +318 -315
- data/lib/aspose-email-cloud/models/storage_exist.rb +218 -215
- data/lib/aspose-email-cloud/models/storage_file.rb +275 -272
- data/lib/aspose-email-cloud/models/storage_file_location.rb +263 -260
- data/lib/aspose-email-cloud/models/storage_file_rq_of_email_client_account.rb +225 -0
- data/lib/aspose-email-cloud/models/storage_file_rq_of_email_client_multi_account.rb +225 -0
- data/lib/aspose-email-cloud/models/storage_folder_location.rb +226 -223
- data/lib/aspose-email-cloud/models/storage_model_of_calendar_dto.rb +225 -222
- data/lib/aspose-email-cloud/models/storage_model_of_contact_dto.rb +225 -222
- data/lib/aspose-email-cloud/models/storage_model_of_email_dto.rb +225 -222
- data/lib/aspose-email-cloud/models/storage_model_rq_of_calendar_dto.rb +225 -222
- data/lib/aspose-email-cloud/models/storage_model_rq_of_contact_dto.rb +225 -222
- data/lib/aspose-email-cloud/models/storage_model_rq_of_email_dto.rb +225 -222
- data/lib/aspose-email-cloud/models/url.rb +244 -241
- data/lib/aspose-email-cloud/models/value_response.rb +213 -210
- data/lib/aspose-email-cloud/models/value_t_of_boolean.rb +217 -0
- data/lib/aspose-email-cloud/version.rb +1 -1
- metadata +15 -2
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
# ----------------------------------------------------------------------------
|
|
2
|
-
# <copyright company="Aspose" file="api_error.rb">
|
|
3
|
-
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
4
|
-
# </copyright>
|
|
5
|
-
# <summary>
|
|
6
|
-
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
7
|
-
# copy of this software and associated documentation files (the "Software"),
|
|
8
|
-
# to deal in the Software without restriction, including without limitation
|
|
9
|
-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
10
|
-
# and/or sell copies of the Software, and to permit persons to whom the
|
|
11
|
-
# Software is furnished to do so, subject to the following conditions:
|
|
12
|
-
#
|
|
13
|
-
# The above copyright notice and this permission notice shall be included in
|
|
14
|
-
# all copies or substantial portions of the Software.
|
|
15
|
-
#
|
|
16
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
22
|
-
# DEALINGS IN THE SOFTWARE.
|
|
23
|
-
# </summary>
|
|
24
|
-
# ----------------------------------------------------------------------------
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
module AsposeEmailCloud
|
|
28
|
-
# Email API Exception
|
|
29
|
-
class ApiError < StandardError
|
|
30
|
-
attr_reader :message, :code, :error
|
|
31
|
-
|
|
32
|
-
# Initializes a new instance of the ApiError class
|
|
33
|
-
# @param [String] message
|
|
34
|
-
# @param [String] code
|
|
35
|
-
# @param [String] error
|
|
36
|
-
def initialize(message, code, error = nil)
|
|
37
|
-
@message = message
|
|
38
|
-
@code = code
|
|
39
|
-
@error = error
|
|
40
|
-
end
|
|
41
|
-
end
|
|
1
|
+
# ----------------------------------------------------------------------------
|
|
2
|
+
# <copyright company="Aspose" file="api_error.rb">
|
|
3
|
+
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
4
|
+
# </copyright>
|
|
5
|
+
# <summary>
|
|
6
|
+
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
7
|
+
# copy of this software and associated documentation files (the "Software"),
|
|
8
|
+
# to deal in the Software without restriction, including without limitation
|
|
9
|
+
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
10
|
+
# and/or sell copies of the Software, and to permit persons to whom the
|
|
11
|
+
# Software is furnished to do so, subject to the following conditions:
|
|
12
|
+
#
|
|
13
|
+
# The above copyright notice and this permission notice shall be included in
|
|
14
|
+
# all copies or substantial portions of the Software.
|
|
15
|
+
#
|
|
16
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
22
|
+
# DEALINGS IN THE SOFTWARE.
|
|
23
|
+
# </summary>
|
|
24
|
+
# ----------------------------------------------------------------------------
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
module AsposeEmailCloud
|
|
28
|
+
# Email API Exception
|
|
29
|
+
class ApiError < StandardError
|
|
30
|
+
attr_reader :message, :code, :error
|
|
31
|
+
|
|
32
|
+
# Initializes a new instance of the ApiError class
|
|
33
|
+
# @param [String] message
|
|
34
|
+
# @param [String] code
|
|
35
|
+
# @param [String] error
|
|
36
|
+
def initialize(message, code, error = nil)
|
|
37
|
+
@message = message
|
|
38
|
+
@code = code
|
|
39
|
+
@error = error
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
42
|
end
|
|
@@ -1,240 +1,240 @@
|
|
|
1
|
-
# ----------------------------------------------------------------------------
|
|
2
|
-
# <copyright company="Aspose" file="configuration.rb">
|
|
3
|
-
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
4
|
-
# </copyright>
|
|
5
|
-
# <summary>
|
|
6
|
-
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
7
|
-
# copy of this software and associated documentation files (the "Software"),
|
|
8
|
-
# to deal in the Software without restriction, including without limitation
|
|
9
|
-
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
10
|
-
# and/or sell copies of the Software, and to permit persons to whom the
|
|
11
|
-
# Software is furnished to do so, subject to the following conditions:
|
|
12
|
-
#
|
|
13
|
-
# The above copyright notice and this permission notice shall be included in
|
|
14
|
-
# all copies or substantial portions of the Software.
|
|
15
|
-
#
|
|
16
|
-
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
-
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
-
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
-
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
-
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
-
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
22
|
-
# DEALINGS IN THE SOFTWARE.
|
|
23
|
-
# </summary>
|
|
24
|
-
# ----------------------------------------------------------------------------
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
require 'uri'
|
|
28
|
-
|
|
29
|
-
module AsposeEmailCloud
|
|
30
|
-
|
|
31
|
-
# Class which contains configuration parameters
|
|
32
|
-
class Configuration
|
|
33
|
-
attr_accessor :on_premise
|
|
34
|
-
|
|
35
|
-
# Defines url scheme
|
|
36
|
-
attr_accessor :scheme
|
|
37
|
-
|
|
38
|
-
# Defines url host
|
|
39
|
-
attr_accessor :host
|
|
40
|
-
|
|
41
|
-
# Defines auth url
|
|
42
|
-
attr_accessor :auth_url
|
|
43
|
-
|
|
44
|
-
# Defines url base path
|
|
45
|
-
attr_accessor :base_path
|
|
46
|
-
|
|
47
|
-
# Defines api version
|
|
48
|
-
attr_accessor :api_version
|
|
49
|
-
|
|
50
|
-
# Defines API keys used with API Key authentications.
|
|
51
|
-
#
|
|
52
|
-
# @return [Hash] key: parameter name, value: parameter value (API key)
|
|
53
|
-
#
|
|
54
|
-
# @example parameter name is "api_key", API key is "xxx" (e.g. "api_key=xxx" in query string)
|
|
55
|
-
# config.api_key['api_key'] = 'xxx'
|
|
56
|
-
attr_accessor :api_key
|
|
57
|
-
|
|
58
|
-
# Defines API key prefixes used with API Key authentications.
|
|
59
|
-
#
|
|
60
|
-
# @return [Hash] key: parameter name, value: API key prefix
|
|
61
|
-
#
|
|
62
|
-
# @example parameter name is "Authorization", API key prefix is "Token" (e.g. "Authorization: Token xxx" in headers)
|
|
63
|
-
# config.api_key_prefix['api_key'] = 'Token'
|
|
64
|
-
attr_accessor :api_key_prefix
|
|
65
|
-
|
|
66
|
-
# Defines the username used with HTTP basic authentication.
|
|
67
|
-
#
|
|
68
|
-
# @return [String]
|
|
69
|
-
attr_accessor :username
|
|
70
|
-
|
|
71
|
-
# Defines the password used with HTTP basic authentication.
|
|
72
|
-
#
|
|
73
|
-
# @return [String]
|
|
74
|
-
attr_accessor :password
|
|
75
|
-
|
|
76
|
-
# Defines the access token (Bearer) used with OAuth2.
|
|
77
|
-
attr_accessor :access_token
|
|
78
|
-
|
|
79
|
-
# Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
|
|
80
|
-
# details will be logged with `logger.debug` (see the `logger` attribute).
|
|
81
|
-
# Default to false.
|
|
82
|
-
#
|
|
83
|
-
# @return [true, false]
|
|
84
|
-
attr_accessor :debugging
|
|
85
|
-
|
|
86
|
-
# Defines the logger used for debugging.
|
|
87
|
-
# Default to `Rails.logger` (when in Rails) or logging to STDOUT.
|
|
88
|
-
#
|
|
89
|
-
# @return [#debug]
|
|
90
|
-
attr_accessor :logger
|
|
91
|
-
|
|
92
|
-
# Defines the temporary folder to store downloaded files
|
|
93
|
-
# (for API endpoints that have file response).
|
|
94
|
-
# Default to use `Tempfile`.
|
|
95
|
-
#
|
|
96
|
-
# @return [String]
|
|
97
|
-
attr_accessor :temp_folder_path
|
|
98
|
-
|
|
99
|
-
# The time limit for HTTP request in seconds.
|
|
100
|
-
# Default to 0 (never times out).
|
|
101
|
-
attr_accessor :timeout
|
|
102
|
-
|
|
103
|
-
# Set this to false to skip client side validation in the operation.
|
|
104
|
-
# Default to true.
|
|
105
|
-
# @return [true, false]
|
|
106
|
-
attr_accessor :client_side_validation
|
|
107
|
-
|
|
108
|
-
### TLS/SSL setting
|
|
109
|
-
# Set this to false to skip verifying SSL certificate when calling API from https server.
|
|
110
|
-
# Default to true.
|
|
111
|
-
#
|
|
112
|
-
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
|
113
|
-
#
|
|
114
|
-
# @return [true, false]
|
|
115
|
-
attr_accessor :verify_ssl
|
|
116
|
-
|
|
117
|
-
### TLS/SSL setting
|
|
118
|
-
# Set this to false to skip verifying SSL host name
|
|
119
|
-
# Default to true.
|
|
120
|
-
#
|
|
121
|
-
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
|
122
|
-
#
|
|
123
|
-
# @return [true, false]
|
|
124
|
-
attr_accessor :verify_ssl_host
|
|
125
|
-
|
|
126
|
-
### TLS/SSL setting
|
|
127
|
-
# Set this to customize the certificate file to verify the peer.
|
|
128
|
-
#
|
|
129
|
-
# @return [String] the path to the certificate file
|
|
130
|
-
#
|
|
131
|
-
# @see The `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:
|
|
132
|
-
# https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
|
|
133
|
-
attr_accessor :ssl_ca_cert
|
|
134
|
-
|
|
135
|
-
### TLS/SSL setting
|
|
136
|
-
# Client certificate file (for client certificate)
|
|
137
|
-
attr_accessor :cert_file
|
|
138
|
-
|
|
139
|
-
### TLS/SSL setting
|
|
140
|
-
# Client private key file (for client certificate)
|
|
141
|
-
attr_accessor :key_file
|
|
142
|
-
|
|
143
|
-
# Set this to customize parameters encoding of array parameter with multi collectionFormat.
|
|
144
|
-
# Default to nil.
|
|
145
|
-
#
|
|
146
|
-
# @see The params_encoding option of Ethon. Related source code:
|
|
147
|
-
# https://github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96
|
|
148
|
-
attr_accessor :params_encoding
|
|
149
|
-
|
|
150
|
-
attr_accessor :inject_format
|
|
151
|
-
|
|
152
|
-
attr_accessor :force_ending_format
|
|
153
|
-
|
|
154
|
-
# Initializes a new instance.
|
|
155
|
-
# @param [String] app_key Key to access the server.
|
|
156
|
-
# @param [String] app_sid ID to access the server.
|
|
157
|
-
# @param [String] base_url Server URL.
|
|
158
|
-
# @param [String] api_version Api version.
|
|
159
|
-
# @param [Object] debug Debug switch [true, false].
|
|
160
|
-
def initialize(app_key = nil, app_sid = nil, base_url = 'api-qa.aspose.cloud', api_version = 'v3.0', debug = false)
|
|
161
|
-
@scheme = 'https'
|
|
162
|
-
self.host = base_url
|
|
163
|
-
self.auth_url = base_url
|
|
164
|
-
@api_version = api_version
|
|
165
|
-
self.base_path = @api_version
|
|
166
|
-
@api_key = { 'api_key': app_key || '',
|
|
167
|
-
'app_sid': app_sid || '' }
|
|
168
|
-
@api_key_prefix = {}
|
|
169
|
-
@timeout = 0
|
|
170
|
-
@client_side_validation = true
|
|
171
|
-
@verify_ssl = true
|
|
172
|
-
@verify_ssl_host = true
|
|
173
|
-
@params_encoding = nil
|
|
174
|
-
@cert_file = nil
|
|
175
|
-
@key_file = nil
|
|
176
|
-
@debugging = debug
|
|
177
|
-
@inject_format = false
|
|
178
|
-
@force_ending_format = false
|
|
179
|
-
@logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
|
|
180
|
-
@on_premise = (!(app_key || app_sid) && base_url)
|
|
181
|
-
|
|
182
|
-
yield(self) if block_given?
|
|
183
|
-
end
|
|
184
|
-
|
|
185
|
-
def configure
|
|
186
|
-
yield(self) if block_given?
|
|
187
|
-
end
|
|
188
|
-
|
|
189
|
-
def scheme=(scheme)
|
|
190
|
-
# remove :// from scheme
|
|
191
|
-
@scheme = scheme.sub(/:\/\//, '')
|
|
192
|
-
end
|
|
193
|
-
|
|
194
|
-
def host=(host)
|
|
195
|
-
# remove http(s):// and anything after a slash
|
|
196
|
-
@host = host.sub(/https?:\/\//, '').split('/').first
|
|
197
|
-
end
|
|
198
|
-
|
|
199
|
-
def base_path=(base_path)
|
|
200
|
-
return unless base_path
|
|
201
|
-
|
|
202
|
-
# Add leading and trailing slashes to base_path
|
|
203
|
-
@base_path = "/#{base_path}".gsub(/\/+/, '/')
|
|
204
|
-
@base_path = '' if @base_path == '/'
|
|
205
|
-
end
|
|
206
|
-
|
|
207
|
-
def base_url
|
|
208
|
-
url = "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
|
|
209
|
-
URI.encode(url)
|
|
210
|
-
end
|
|
211
|
-
|
|
212
|
-
# Gets API key (with prefix if set).
|
|
213
|
-
# @param [String] param_name the parameter name of API key auth
|
|
214
|
-
def api_key_with_prefix(param_name)
|
|
215
|
-
if @api_key_prefix[param_name]
|
|
216
|
-
"#{@api_key_prefix[param_name]} #{@api_key[param_name]}"
|
|
217
|
-
else
|
|
218
|
-
@api_key[param_name]
|
|
219
|
-
end
|
|
220
|
-
end
|
|
221
|
-
|
|
222
|
-
# Gets Basic Auth token string
|
|
223
|
-
def basic_auth_token
|
|
224
|
-
'Basic ' + ["#{username}:#{password}"].pack('m').delete("\r\n")
|
|
225
|
-
end
|
|
226
|
-
|
|
227
|
-
# Returns Auth Settings hash for api client.
|
|
228
|
-
def auth_settings
|
|
229
|
-
{
|
|
230
|
-
JWT:
|
|
231
|
-
{
|
|
232
|
-
type: 'oauth2',
|
|
233
|
-
in: 'header',
|
|
234
|
-
key: 'Authorization',
|
|
235
|
-
value: "Bearer #{access_token}"
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
end
|
|
239
|
-
end
|
|
240
|
-
end
|
|
1
|
+
# ----------------------------------------------------------------------------
|
|
2
|
+
# <copyright company="Aspose" file="configuration.rb">
|
|
3
|
+
# Copyright (c) 2018-2019 Aspose Pty Ltd. All rights reserved.
|
|
4
|
+
# </copyright>
|
|
5
|
+
# <summary>
|
|
6
|
+
# Permission is hereby granted, free of charge, to any person obtaining a
|
|
7
|
+
# copy of this software and associated documentation files (the "Software"),
|
|
8
|
+
# to deal in the Software without restriction, including without limitation
|
|
9
|
+
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
10
|
+
# and/or sell copies of the Software, and to permit persons to whom the
|
|
11
|
+
# Software is furnished to do so, subject to the following conditions:
|
|
12
|
+
#
|
|
13
|
+
# The above copyright notice and this permission notice shall be included in
|
|
14
|
+
# all copies or substantial portions of the Software.
|
|
15
|
+
#
|
|
16
|
+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
21
|
+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
22
|
+
# DEALINGS IN THE SOFTWARE.
|
|
23
|
+
# </summary>
|
|
24
|
+
# ----------------------------------------------------------------------------
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
require 'uri'
|
|
28
|
+
|
|
29
|
+
module AsposeEmailCloud
|
|
30
|
+
|
|
31
|
+
# Class which contains configuration parameters
|
|
32
|
+
class Configuration
|
|
33
|
+
attr_accessor :on_premise
|
|
34
|
+
|
|
35
|
+
# Defines url scheme
|
|
36
|
+
attr_accessor :scheme
|
|
37
|
+
|
|
38
|
+
# Defines url host
|
|
39
|
+
attr_accessor :host
|
|
40
|
+
|
|
41
|
+
# Defines auth url
|
|
42
|
+
attr_accessor :auth_url
|
|
43
|
+
|
|
44
|
+
# Defines url base path
|
|
45
|
+
attr_accessor :base_path
|
|
46
|
+
|
|
47
|
+
# Defines api version
|
|
48
|
+
attr_accessor :api_version
|
|
49
|
+
|
|
50
|
+
# Defines API keys used with API Key authentications.
|
|
51
|
+
#
|
|
52
|
+
# @return [Hash] key: parameter name, value: parameter value (API key)
|
|
53
|
+
#
|
|
54
|
+
# @example parameter name is "api_key", API key is "xxx" (e.g. "api_key=xxx" in query string)
|
|
55
|
+
# config.api_key['api_key'] = 'xxx'
|
|
56
|
+
attr_accessor :api_key
|
|
57
|
+
|
|
58
|
+
# Defines API key prefixes used with API Key authentications.
|
|
59
|
+
#
|
|
60
|
+
# @return [Hash] key: parameter name, value: API key prefix
|
|
61
|
+
#
|
|
62
|
+
# @example parameter name is "Authorization", API key prefix is "Token" (e.g. "Authorization: Token xxx" in headers)
|
|
63
|
+
# config.api_key_prefix['api_key'] = 'Token'
|
|
64
|
+
attr_accessor :api_key_prefix
|
|
65
|
+
|
|
66
|
+
# Defines the username used with HTTP basic authentication.
|
|
67
|
+
#
|
|
68
|
+
# @return [String]
|
|
69
|
+
attr_accessor :username
|
|
70
|
+
|
|
71
|
+
# Defines the password used with HTTP basic authentication.
|
|
72
|
+
#
|
|
73
|
+
# @return [String]
|
|
74
|
+
attr_accessor :password
|
|
75
|
+
|
|
76
|
+
# Defines the access token (Bearer) used with OAuth2.
|
|
77
|
+
attr_accessor :access_token
|
|
78
|
+
|
|
79
|
+
# Set this to enable/disable debugging. When enabled (set to true), HTTP request/response
|
|
80
|
+
# details will be logged with `logger.debug` (see the `logger` attribute).
|
|
81
|
+
# Default to false.
|
|
82
|
+
#
|
|
83
|
+
# @return [true, false]
|
|
84
|
+
attr_accessor :debugging
|
|
85
|
+
|
|
86
|
+
# Defines the logger used for debugging.
|
|
87
|
+
# Default to `Rails.logger` (when in Rails) or logging to STDOUT.
|
|
88
|
+
#
|
|
89
|
+
# @return [#debug]
|
|
90
|
+
attr_accessor :logger
|
|
91
|
+
|
|
92
|
+
# Defines the temporary folder to store downloaded files
|
|
93
|
+
# (for API endpoints that have file response).
|
|
94
|
+
# Default to use `Tempfile`.
|
|
95
|
+
#
|
|
96
|
+
# @return [String]
|
|
97
|
+
attr_accessor :temp_folder_path
|
|
98
|
+
|
|
99
|
+
# The time limit for HTTP request in seconds.
|
|
100
|
+
# Default to 0 (never times out).
|
|
101
|
+
attr_accessor :timeout
|
|
102
|
+
|
|
103
|
+
# Set this to false to skip client side validation in the operation.
|
|
104
|
+
# Default to true.
|
|
105
|
+
# @return [true, false]
|
|
106
|
+
attr_accessor :client_side_validation
|
|
107
|
+
|
|
108
|
+
### TLS/SSL setting
|
|
109
|
+
# Set this to false to skip verifying SSL certificate when calling API from https server.
|
|
110
|
+
# Default to true.
|
|
111
|
+
#
|
|
112
|
+
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
|
113
|
+
#
|
|
114
|
+
# @return [true, false]
|
|
115
|
+
attr_accessor :verify_ssl
|
|
116
|
+
|
|
117
|
+
### TLS/SSL setting
|
|
118
|
+
# Set this to false to skip verifying SSL host name
|
|
119
|
+
# Default to true.
|
|
120
|
+
#
|
|
121
|
+
# @note Do NOT set it to false in production code, otherwise you would face multiple types of cryptographic attacks.
|
|
122
|
+
#
|
|
123
|
+
# @return [true, false]
|
|
124
|
+
attr_accessor :verify_ssl_host
|
|
125
|
+
|
|
126
|
+
### TLS/SSL setting
|
|
127
|
+
# Set this to customize the certificate file to verify the peer.
|
|
128
|
+
#
|
|
129
|
+
# @return [String] the path to the certificate file
|
|
130
|
+
#
|
|
131
|
+
# @see The `cainfo` option of Typhoeus, `--cert` option of libcurl. Related source code:
|
|
132
|
+
# https://github.com/typhoeus/typhoeus/blob/master/lib/typhoeus/easy_factory.rb#L145
|
|
133
|
+
attr_accessor :ssl_ca_cert
|
|
134
|
+
|
|
135
|
+
### TLS/SSL setting
|
|
136
|
+
# Client certificate file (for client certificate)
|
|
137
|
+
attr_accessor :cert_file
|
|
138
|
+
|
|
139
|
+
### TLS/SSL setting
|
|
140
|
+
# Client private key file (for client certificate)
|
|
141
|
+
attr_accessor :key_file
|
|
142
|
+
|
|
143
|
+
# Set this to customize parameters encoding of array parameter with multi collectionFormat.
|
|
144
|
+
# Default to nil.
|
|
145
|
+
#
|
|
146
|
+
# @see The params_encoding option of Ethon. Related source code:
|
|
147
|
+
# https://github.com/typhoeus/ethon/blob/master/lib/ethon/easy/queryable.rb#L96
|
|
148
|
+
attr_accessor :params_encoding
|
|
149
|
+
|
|
150
|
+
attr_accessor :inject_format
|
|
151
|
+
|
|
152
|
+
attr_accessor :force_ending_format
|
|
153
|
+
|
|
154
|
+
# Initializes a new instance.
|
|
155
|
+
# @param [String] app_key Key to access the server.
|
|
156
|
+
# @param [String] app_sid ID to access the server.
|
|
157
|
+
# @param [String] base_url Server URL.
|
|
158
|
+
# @param [String] api_version Api version.
|
|
159
|
+
# @param [Object] debug Debug switch [true, false].
|
|
160
|
+
def initialize(app_key = nil, app_sid = nil, base_url = 'api-qa.aspose.cloud', api_version = 'v3.0', debug = false)
|
|
161
|
+
@scheme = 'https'
|
|
162
|
+
self.host = base_url
|
|
163
|
+
self.auth_url = base_url
|
|
164
|
+
@api_version = api_version
|
|
165
|
+
self.base_path = @api_version
|
|
166
|
+
@api_key = { 'api_key': app_key || '',
|
|
167
|
+
'app_sid': app_sid || '' }
|
|
168
|
+
@api_key_prefix = {}
|
|
169
|
+
@timeout = 0
|
|
170
|
+
@client_side_validation = true
|
|
171
|
+
@verify_ssl = true
|
|
172
|
+
@verify_ssl_host = true
|
|
173
|
+
@params_encoding = nil
|
|
174
|
+
@cert_file = nil
|
|
175
|
+
@key_file = nil
|
|
176
|
+
@debugging = debug
|
|
177
|
+
@inject_format = false
|
|
178
|
+
@force_ending_format = false
|
|
179
|
+
@logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT)
|
|
180
|
+
@on_premise = (!(app_key || app_sid) && base_url)
|
|
181
|
+
|
|
182
|
+
yield(self) if block_given?
|
|
183
|
+
end
|
|
184
|
+
|
|
185
|
+
def configure
|
|
186
|
+
yield(self) if block_given?
|
|
187
|
+
end
|
|
188
|
+
|
|
189
|
+
def scheme=(scheme)
|
|
190
|
+
# remove :// from scheme
|
|
191
|
+
@scheme = scheme.sub(/:\/\//, '')
|
|
192
|
+
end
|
|
193
|
+
|
|
194
|
+
def host=(host)
|
|
195
|
+
# remove http(s):// and anything after a slash
|
|
196
|
+
@host = host.sub(/https?:\/\//, '').split('/').first
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
def base_path=(base_path)
|
|
200
|
+
return unless base_path
|
|
201
|
+
|
|
202
|
+
# Add leading and trailing slashes to base_path
|
|
203
|
+
@base_path = "/#{base_path}".gsub(/\/+/, '/')
|
|
204
|
+
@base_path = '' if @base_path == '/'
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
def base_url
|
|
208
|
+
url = "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '')
|
|
209
|
+
URI.encode(url)
|
|
210
|
+
end
|
|
211
|
+
|
|
212
|
+
# Gets API key (with prefix if set).
|
|
213
|
+
# @param [String] param_name the parameter name of API key auth
|
|
214
|
+
def api_key_with_prefix(param_name)
|
|
215
|
+
if @api_key_prefix[param_name]
|
|
216
|
+
"#{@api_key_prefix[param_name]} #{@api_key[param_name]}"
|
|
217
|
+
else
|
|
218
|
+
@api_key[param_name]
|
|
219
|
+
end
|
|
220
|
+
end
|
|
221
|
+
|
|
222
|
+
# Gets Basic Auth token string
|
|
223
|
+
def basic_auth_token
|
|
224
|
+
'Basic ' + ["#{username}:#{password}"].pack('m').delete("\r\n")
|
|
225
|
+
end
|
|
226
|
+
|
|
227
|
+
# Returns Auth Settings hash for api client.
|
|
228
|
+
def auth_settings
|
|
229
|
+
{
|
|
230
|
+
JWT:
|
|
231
|
+
{
|
|
232
|
+
type: 'oauth2',
|
|
233
|
+
in: 'header',
|
|
234
|
+
key: 'Authorization',
|
|
235
|
+
value: "Bearer #{access_token}"
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
end
|
|
239
|
+
end
|
|
240
|
+
end
|