-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a7a108
commit 43a1d8a
Showing
74 changed files
with
3,878 additions
and
704 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,7 +49,7 @@ Python 3.7+ | |
Install using `pip`: | ||
|
||
```shell | ||
python3 -m pip install dropbox-sign==1.6.1 | ||
python3 -m pip install dropbox-sign==1.7.0 | ||
``` | ||
|
||
Alternatively: | ||
|
@@ -115,6 +115,11 @@ Class | Method | HTTP request | Description | |
```BulkSendJobApi``` | [```bulk_send_job_list```](docs/BulkSendJobApi.md#bulk_send_job_list) | ```GET /bulk_send_job/list``` | List Bulk Send Jobs| | ||
|```EmbeddedApi``` | [```embedded_edit_url```](docs/EmbeddedApi.md#embedded_edit_url) | ```POST /embedded/edit_url/{template_id}``` | Get Embedded Template Edit URL| | ||
```EmbeddedApi``` | [```embedded_sign_url```](docs/EmbeddedApi.md#embedded_sign_url) | ```GET /embedded/sign_url/{signature_id}``` | Get Embedded Sign URL| | ||
|```FaxApi``` | [```fax_delete```](docs/FaxApi.md#fax_delete) | ```DELETE /fax/{fax_id}``` | Delete Fax| | ||
```FaxApi``` | [```fax_files```](docs/FaxApi.md#fax_files) | ```GET /fax/files/{fax_id}``` | List Fax Files| | ||
```FaxApi``` | [```fax_get```](docs/FaxApi.md#fax_get) | ```GET /fax/{fax_id}``` | Get Fax| | ||
```FaxApi``` | [```fax_list```](docs/FaxApi.md#fax_list) | ```GET /fax/list``` | Lists Faxes| | ||
```FaxApi``` | [```fax_send```](docs/FaxApi.md#fax_send) | ```POST /fax/send``` | Send Fax| | ||
|```FaxLineApi``` | [```fax_line_add_user```](docs/FaxLineApi.md#fax_line_add_user) | ```PUT /fax_line/add_user``` | Add Fax Line User| | ||
```FaxLineApi``` | [```fax_line_area_code_get```](docs/FaxLineApi.md#fax_line_area_code_get) | ```GET /fax_line/area_codes``` | Get Available Fax Line Area Codes| | ||
```FaxLineApi``` | [```fax_line_create```](docs/FaxLineApi.md#fax_line_create) | ```POST /fax_line/create``` | Purchase Fax Line| | ||
|
@@ -152,7 +157,7 @@ Class | Method | HTTP request | Description | |
```TeamApi``` | [```team_sub_teams```](docs/TeamApi.md#team_sub_teams) | ```GET /team/sub_teams/{team_id}``` | List Sub Teams| | ||
```TeamApi``` | [```team_update```](docs/TeamApi.md#team_update) | ```PUT /team``` | Update Team| | ||
|```TemplateApi``` | [```template_add_user```](docs/TemplateApi.md#template_add_user) | ```POST /template/add_user/{template_id}``` | Add User to Template| | ||
```TemplateApi``` | [```template_create```](docs/TemplateApi.md#template_create) | ```POST /template/create``` | Create Template| | ||
```TemplateApi``` | [```template_create```](docs/TemplateApi.md#template_create) | ```POST /template/create``` | Create Template| | ||
```TemplateApi``` | [```template_create_embedded_draft```](docs/TemplateApi.md#template_create_embedded_draft) | ```POST /template/create_embedded_draft``` | Create Embedded Template Draft| | ||
```TemplateApi``` | [```template_delete```](docs/TemplateApi.md#template_delete) | ```POST /template/delete/{template_id}``` | Delete Template| | ||
```TemplateApi``` | [```template_files```](docs/TemplateApi.md#template_files) | ```GET /template/files/{template_id}``` | Get Template Files| | ||
|
@@ -204,6 +209,7 @@ Class | Method | HTTP request | Description | |
- [EventCallbackRequest](docs/EventCallbackRequest.md) | ||
- [EventCallbackRequestEvent](docs/EventCallbackRequestEvent.md) | ||
- [EventCallbackRequestEventMetadata](docs/EventCallbackRequestEventMetadata.md) | ||
- [FaxGetResponse](docs/FaxGetResponse.md) | ||
- [FaxLineAddUserRequest](docs/FaxLineAddUserRequest.md) | ||
- [FaxLineAreaCodeGetCountryEnum](docs/FaxLineAreaCodeGetCountryEnum.md) | ||
- [FaxLineAreaCodeGetProvinceEnum](docs/FaxLineAreaCodeGetProvinceEnum.md) | ||
|
@@ -215,6 +221,10 @@ Class | Method | HTTP request | Description | |
- [FaxLineRemoveUserRequest](docs/FaxLineRemoveUserRequest.md) | ||
- [FaxLineResponse](docs/FaxLineResponse.md) | ||
- [FaxLineResponseFaxLine](docs/FaxLineResponseFaxLine.md) | ||
- [FaxListResponse](docs/FaxListResponse.md) | ||
- [FaxResponse](docs/FaxResponse.md) | ||
- [FaxResponseTransmission](docs/FaxResponseTransmission.md) | ||
- [FaxSendRequest](docs/FaxSendRequest.md) | ||
- [FileResponse](docs/FileResponse.md) | ||
- [FileResponseDataUri](docs/FileResponseDataUri.md) | ||
- [ListInfoResponse](docs/ListInfoResponse.md) | ||
|
@@ -381,6 +391,6 @@ [email protected] | |
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: | ||
|
||
- API version: 3.0.0 | ||
- Package version: 1.6.1 | ||
- Package version: 1.7.0 | ||
- Build package: org.openapitools.codegen.languages.PythonClientCodegen | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.6.1 | ||
1.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.