|
1 | 1 | 
|
2 | 2 |
|
3 |
| -# DocuSign OpenAPI Specifications |
| 3 | +# Docusign OpenAPI Specifications |
4 | 4 |
|
5 |
| -DocuSign uses the OpenAPI (OAI) Specification - formerly known as "Swagger" - to describe its REST APIs. The goal of the OAI specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service. For more info see the official [OAI](https://github.com/OAI/OpenAPI-Specification) spec. |
| 5 | +Docusign uses the OpenAPI (OAI) Specification - formerly known as "Swagger" - to describe its REST APIs. The goal of the OAI specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service. For more info see the official [OAI](https://github.com/OAI/OpenAPI-Specification) spec. |
6 | 6 |
|
7 | 7 | ## The Swagger file
|
8 | 8 |
|
9 |
| - `esignature.rest.swagger-v2.1.json` - the full swagger file for DocuSign's eSignature REST API v2.1 |
| 9 | + `esignature.rest.swagger-v2.1.json` - the full swagger file for Docusign's eSignature REST API v2.1 |
10 | 10 |
|
11 |
| - `esignature.rest.swagger-v2.json` - the full swagger file for DocuSign's eSignature REST API v2 |
| 11 | + `esignature.rest.swagger-v2.json` - the full swagger file for Docusign's eSignature REST API v2 |
12 | 12 |
|
13 |
| - `rooms.rest.swagger-v2.json` - the full swagger file for DocuSign's Rooms API v2 |
| 13 | + `rooms.rest.swagger-v2.json` - the full swagger file for Docusign's Rooms API v2 |
14 | 14 |
|
15 |
| - `click.rest.swagger-v2.json` - the full swagger file for DocuSign's Click API v1 |
| 15 | + `click.rest.swagger-v2.json` - the full swagger file for Docusign's Click API v1 |
16 | 16 |
|
17 |
| - `admin.rest.swagger-v2.json` - the full swagger file for DocuSign's Admin API v2 and v2.1 |
| 17 | + `admin.rest.swagger-v2.json` - the full swagger file for Docusign's Admin API v2 and v2.1 |
| 18 | + |
| 19 | + `maestro.rest.swagger-v1.0.0.json` - the full swagger file for Docusign's Maestro API v1 |
| 20 | + |
| 21 | + `webforms.rest.swagger-v1.1.0.json` - the full swagger file for Docusign's WebForms API v1.1 |
18 | 22 |
|
19 | 23 | ## What can I do with a Swagger file?
|
20 | 24 |
|
21 | 25 | We use OpenAPI/Swagger files to build many of our developer tools including our [client SDKs](https://developers.docusign.com/docs/esign-rest-api/sdk-tools) using `swagger-codegen`. We also use the OAI specification to build our [API Docs](https://docs.docusign.com/esign/) and [API Explorer](https://apiexplorer.docusign.com/#/) tools. What will you build? Let us know by filing an issue in this repository.
|
22 | 26 |
|
23 | 27 | ### Vendor-specific extensions
|
24 | 28 |
|
25 |
| -Some post-processing is performed on our eSignature Swagger spec which includes adding a number of vendor-specific extensions prefixed with `x-ds-`. See the [DocuSign-Extensions.md](DocuSign-Extensions.md) file for more information. |
| 29 | +Some post-processing is performed on our eSignature Swagger spec which includes adding a number of vendor-specific extensions prefixed with `x-ds-`. See the [Docusign-Extensions.md](Docusign-Extensions.md) file for more information. |
26 | 30 |
|
27 | 31 | ### Releases
|
28 | 32 |
|
29 | 33 | The DocuSign eSignature REST API is updated monthly. The Swagger file in this repository is also updated monthly. See the "Releases" tab for version information. The current release information is available from the [Developer Account (demo)](https://demo.docusign.net/restapi/service_information) and [production](https://www.docusign.net/restapi/service_information) platforms.
|
30 | 34 |
|
31 | 35 | ## Support
|
32 | 36 |
|
33 |
| -Please log issues through GitHub. We also have an active developer community on Stack Overflow, search the [DocuSignAPI](http://stackoverflow.com/questions/tagged/docusignapi) tag. |
| 37 | +Please log issues through GitHub. We also have an active developer community on Stack Overflow, search the [DocusignAPI](http://stackoverflow.com/questions/tagged/docusignapi) tag. |
34 | 38 |
|
35 | 39 | ## License
|
36 | 40 |
|
|
0 commit comments