Skip to content

Commit

Permalink
SDK version 20.2.0 generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aspose-Email-Team committed Feb 26, 2020
1 parent e66b9a7 commit 7b49656
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CreateEmailRequest(BaseRequest):
Initializes a new instance.
:param file_name (str) Email document file name in storage
:param request (CreateEmailRequest) An email document and optional Storage info to specify where the file should be located
:param request (CreateEmailRequest) An email document and optional Storage info to specify where the file should be located
"""

def __init__(self, file_name: str, request: CreateEmailRequest):
Expand All @@ -45,7 +45,7 @@ def __init__(self, file_name: str, request: CreateEmailRequest):
Initializes a new instance.
:param file_name (str) Email document file name in storage
:param request (CreateEmailRequest) An email document and optional Storage info to specify where the file should be located
:param request (CreateEmailRequest) An email document and optional Storage info to specify where the file should be located
"""

BaseRequest.__init__(self)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def to_http_info(self, config):

# HTTP header `Accept`
header_params['Accept'] = self._select_header_accept(
['application/json'])
['multipart/form-data'])

# HTTP header `Content-Type`
header_params['Content-Type'] = self._select_header_content_type(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def to_http_info(self, config):

# HTTP header `Accept`
header_params['Accept'] = self._select_header_accept(
['application/json'])
['multipart/form-data'])

# HTTP header `Content-Type`
header_params['Content-Type'] = self._select_header_content_type(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def to_http_info(self, config):

# HTTP header `Accept`
header_params['Accept'] = self._select_header_accept(
['application/json'])
['multipart/form-data'])

# HTTP header `Content-Type`
header_params['Content-Type'] = self._select_header_content_type(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def to_http_info(self, config):

# HTTP header `Accept`
header_params['Accept'] = self._select_header_accept(
['application/json'])
['multipart/form-data'])

# HTTP header `Content-Type`
header_params['Content-Type'] = self._select_header_content_type(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def to_http_info(self, config):

# HTTP header `Accept`
header_params['Accept'] = self._select_header_accept(
['application/json'])
['multipart/form-data'])

# HTTP header `Content-Type`
header_params['Content-Type'] = self._select_header_content_type(
Expand Down
24 changes: 12 additions & 12 deletions sdk/docs/EmailApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -2261,7 +2261,7 @@ EmailApi.create_email(
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**file_name** | **str**| Email document file name in storage |
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |

[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)

Expand Down Expand Up @@ -2297,7 +2297,7 @@ EmailApi.create_email_async(
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**file_name** | **str**| Email document file name in storage |
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |
**request** | [**CreateEmailRequest**](CreateEmailRequest.md)| An email document and optional Storage info to specify where the file should be located |

[[Back to top]](#) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to Model list]](README.md#documentation-for-models) [[Back to README]](README.md)

Expand Down Expand Up @@ -3617,7 +3617,7 @@ Get iCalendar document attachment by name

### Return type

[**file**](file.md)
**file**

### Request Parameters
```python
Expand Down Expand Up @@ -3659,7 +3659,7 @@ Performs operation asynchronously.
### Return type

Returns multiprocessing.pool.AsyncResult.
get_calendar_attachment_async(request).get() returns [**file**](file.md)
get_calendar_attachment_async(request).get() returns **file**

### Request Parameters
```python
Expand Down Expand Up @@ -4022,7 +4022,7 @@ Get attachment file by name

### Return type

[**file**](file.md)
**file**

### Request Parameters
```python
Expand Down Expand Up @@ -4067,7 +4067,7 @@ Performs operation asynchronously.
### Return type

Returns multiprocessing.pool.AsyncResult.
get_contact_attachment_async(request).get() returns [**file**](file.md)
get_contact_attachment_async(request).get() returns **file**

### Request Parameters
```python
Expand Down Expand Up @@ -4583,7 +4583,7 @@ Converts email document from storage to specified format and returns as file

### Return type

[**file**](file.md)
**file**

### Request Parameters
```python
Expand Down Expand Up @@ -4625,7 +4625,7 @@ Performs operation asynchronously.
### Return type

Returns multiprocessing.pool.AsyncResult.
get_email_as_file_async(request).get() returns [**file**](file.md)
get_email_as_file_async(request).get() returns **file**

### Request Parameters
```python
Expand Down Expand Up @@ -4664,7 +4664,7 @@ Get email attachment by name

### Return type

[**file**](file.md)
**file**

### Request Parameters
```python
Expand Down Expand Up @@ -4706,7 +4706,7 @@ Performs operation asynchronously.
### Return type

Returns multiprocessing.pool.AsyncResult.
get_email_attachment_async(request).get() returns [**file**](file.md)
get_email_attachment_async(request).get() returns **file**

### Request Parameters
```python
Expand Down Expand Up @@ -5132,7 +5132,7 @@ Get document attachment as file stream

### Return type

[**file**](file.md)
**file**

### Request Parameters
```python
Expand Down Expand Up @@ -5174,7 +5174,7 @@ Performs operation asynchronously.
### Return type

Returns multiprocessing.pool.AsyncResult.
get_mapi_attachment_async(request).get() returns [**file**](file.md)
get_mapi_attachment_async(request).get() returns **file**

### Request Parameters
```python
Expand Down
2 changes: 1 addition & 1 deletion sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools import setup, find_packages # noqa: H301

NAME = "aspose-email-cloud"
VERSION = "20.1.1"
VERSION = "20.2.0"
# To install the library, run the following
#
# python setup.py install
Expand Down

0 comments on commit 7b49656

Please sign in to comment.