Skip to content

Commit 5e4722f

Browse files
authored
Brand updates and adding missing dependency to acg quickstart (#173)
* brand updates and adding missing dependency to acg quickstart * fixing readme Docusign capitalization
1 parent 34f37ab commit 5e4722f

File tree

9 files changed

+29
-28
lines changed

9 files changed

+29
-28
lines changed

PAYMENTS_INSTALLATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DocuSign offers built-in connections to multiple payment gateways. The payments
1111

1212
![Skipping the Stripe account form](docs/stripe_skip_account_form_link.png)
1313

14-
An enabled Stripe payment gateway is now associated with your DocuSign developer account and is shown under **Payment Gateway**.
14+
An enabled Stripe payment gateway is now associated with your Docusign developer account and is shown under **Payment Gateway**.
1515

1616
1. Save the **Gateway Account ID** GUID to the code example launcher configuration file.
1717

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,73 +2,73 @@
22

33
### GitHub repo: [code-examples-node](./README.md)
44

5-
This GitHub repo includes code examples for the DocuSign Admin API, Click API, eSignature REST API, Monitor API, and Rooms API. By default, the launcher will display the eSignature examples. To switch between API code examples, select "Choose API" in the top menu.
5+
This GitHub repo includes code examples for the Docusign Admin API, Click API, eSignature REST API, Monitor API, and Rooms API. By default, the launcher will display the eSignature examples. To switch between API code examples, select "Choose API" in the top menu.
66

77

88
## Introduction
99

1010
This repo is a Node.js application that supports the following authentication workflows:
1111

12-
* Authentication with DocuSign via [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode).
12+
* Authentication with Docusign via [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode).
1313
When the token expires, the user is asked to re-authenticate. The refresh token is not used.
1414

15-
* Authentication with DocuSign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/).
15+
* Authentication with Docusign via [JSON Web Token (JWT) Grant](https://developers.docusign.com/platform/auth/jwt/).
1616
When the token expires, it updates automatically.
1717

1818
## eSignature API
1919

2020
For more information about the scopes used for obtaining authorization to use the eSignature API, see [Required scopes](https://developers.docusign.com/docs/esign-rest-api/esign101/auth#required-scopes).
2121

22-
For a list of code examples that use the eSignature API, see the [How-to guides overview](https://developers.docusign.com/docs/esign-rest-api/how-to/) on the DocuSign Developer Center.
22+
For a list of code examples that use the eSignature API, see the [How-to guides overview](https://developers.docusign.com/docs/esign-rest-api/how-to/) on the Docusign Developer Center.
2323

2424

2525
## Rooms API
2626

27-
**Note:** To use the Rooms API, you must also [create your Rooms developer account](https://developers.docusign.com/docs/rooms-api/rooms101/create-account). Examples 4 and 6 require that you have the DocuSign Forms feature enabled in your Rooms for Real Estate account.
27+
**Note:** To use the Rooms API, you must also [create your Rooms developer account](https://developers.docusign.com/docs/rooms-api/rooms101/create-account). Examples 4 and 6 require that you have the Docusign Forms feature enabled in your Rooms for Real Estate account.
2828
For more information about the scopes used for obtaining authorization to use the Rooms API, see [Required scopes](https://developers.docusign.com/docs/rooms-api/rooms101/auth/).
2929

30-
For a list of code examples that use the Rooms API, see the [How-to guides overview](https://developers.docusign.com/docs/rooms-api/how-to/) on the DocuSign Developer Center.
30+
For a list of code examples that use the Rooms API, see the [How-to guides overview](https://developers.docusign.com/docs/rooms-api/how-to/) on the Docusign Developer Center.
3131

3232

3333
## Click API
3434
For more information about the scopes used for obtaining authorization to use the Click API, see [Required scopes](https://developers.docusign.com/docs/click-api/click101/auth/#required-scopes)
3535

36-
For a list of code examples that use the Click API, see the [How-to guides overview](https://developers.docusign.com/docs/click-api/how-to/) on the DocuSign Developer Center.
36+
For a list of code examples that use the Click API, see the [How-to guides overview](https://developers.docusign.com/docs/click-api/how-to/) on the Docusign Developer Center.
3737

3838

3939
## Monitor API
4040

41-
**Note:** To use the Monitor API, you must also [enable DocuSign Monitor for your organization](https://developers.docusign.com/docs/monitor-api/how-to/enable-monitor/).
41+
**Note:** To use the Monitor API, you must also [enable Docusign Monitor for your organization](https://developers.docusign.com/docs/monitor-api/how-to/enable-monitor/).
4242

4343
For information about the scopes used for obtaining authorization to use the Monitor API, see the [scopes section](https://developers.docusign.com/docs/monitor-api/monitor101/auth/).
4444

45-
For a list of code examples that use the Monitor API, see the [How-to guides overview](https://developers.docusign.com/docs/monitor-api/how-to/) on the DocuSign Developer Center.
45+
For a list of code examples that use the Monitor API, see the [How-to guides overview](https://developers.docusign.com/docs/monitor-api/how-to/) on the Docusign Developer Center.
4646

4747

4848
## Admin API
4949

50-
**Note:** To use the Admin API, you must [create an organization](https://support.docusign.com/en/guides/org-admin-guide-create-org) in your DocuSign developer account. Also, to run the DocuSign CLM code example, [CLM must be enabled for your organization](https://support.docusign.com/en/articles/DocuSign-and-SpringCM).
50+
**Note:** To use the Admin API, you must [create an organization](https://support.docusign.com/en/guides/org-admin-guide-create-org) in your Docusign developer account. Also, to run the Docusign CLM code example, [CLM must be enabled for your organization](https://support.docusign.com/en/articles/DocuSign-and-SpringCM).
5151

5252
For information about the scopes used for obtaining authorization to use the Admin API, see the [scopes section](https://developers.docusign.com/docs/admin-api/admin101/auth/).
5353

54-
For a list of code examples that use the Admin API, see the [How-to guides overview](https://developers.docusign.com/docs/admin-api/how-to/) on the DocuSign Developer Center.
54+
For a list of code examples that use the Admin API, see the [How-to guides overview](https://developers.docusign.com/docs/admin-api/how-to/) on the Docusign Developer Center.
5555

5656

5757
## Web Forms API
5858

59-
The Web Forms API is available in all developer accounts, but only in certain production account plans. Contact [DocuSign Support](https://support.docusign.com/) or your account manager to find out whether the Web Forms API is available for your production account plan.
59+
The Web Forms API is available in all developer accounts, but only in certain production account plans. Contact [Docusign Support](https://support.docusign.com/) or your account manager to find out whether the Web Forms API is available for your production account plan.
6060

6161
For more information about the scopes used for obtaining authorization to use the Rooms API, see [Required scopes](https://developers.docusign.com/docs/web-forms-api/plan-integration/authentication/).
6262

63-
For a list of code examples that use the Web Forms API, see the [How-to guides overview](https://developers.docusign.com/docs/web-forms-api/how-to/) on the DocuSign Developer Center.
63+
For a list of code examples that use the Web Forms API, see the [How-to guides overview](https://developers.docusign.com/docs/web-forms-api/how-to/) on the Docusign Developer Center.
6464

6565
## Installation
6666

6767
### Prerequisites
68-
**Note:** If you downloaded this code using [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) from the DocuSign Developer Center, skip items 1 and 2 as they were automatically performed for you.
68+
**Note:** If you downloaded this code using [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) from the Docusign Developer Center, skip items 1 and 2 as they were automatically performed for you.
6969

70-
1. A free [DocuSign developer account](https://go.docusign.com/o/sandbox/); create one if you don't already have one.
71-
1. A DocuSign app and integration key that is configured to use either [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) or [JWT Grant](https://developers.docusign.com/platform/auth/jwt/) authentication.
70+
1. A free [Docusign developer account](https://go.docusign.com/o/sandbox/); create one if you don't already have one.
71+
1. A Docusign app and integration key that is configured to use either [Authorization Code Grant](https://developers.docusign.com/platform/auth/authcode/) or [JWT Grant](https://developers.docusign.com/platform/auth/jwt/) authentication.
7272

7373
This [video](https://www.youtube.com/watch?v=eiRI4fe5HgM) demonstrates how to obtain an integration key.
7474

@@ -90,7 +90,7 @@ For a list of code examples that use the Web Forms API, see the [How-to guides o
9090

9191
### Installation steps
9292

93-
**Note:** If you downloaded this code using [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) from the DocuSign Developer Center, skip step 4 as it was automatically performed for you.
93+
**Note:** If you downloaded this code using [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) from the Docusign Developer Center, skip step 4 as it was automatically performed for you.
9494

9595
1. Extract the Quickstart ZIP file or download or clone the code-examples-node repository.
9696
1. In your command-line environment, switch to the folder:
@@ -107,7 +107,7 @@ For a list of code examples that use the Web Forms API, see the [How-to guides o
107107

108108
### Installation steps for JWT Grant authentication
109109

110-
**Note:** If you downloaded this code using [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) from the DocuSign Developer Center, skip step 4 as it was automatically performed for you.
110+
**Note:** If you downloaded this code using [Quickstart](https://developers.docusign.com/docs/esign-rest-api/quickstart/) from the Docusign Developer Center, skip step 4 as it was automatically performed for you.
111111
Also, in order to select JSON Web Token authentication in the launcher, in config/appsettings.json change the `quickstart` setting to `"false"`.
112112

113113
1. Extract the Quickstart ZIP file or download or clone the code-examples-node repository.
@@ -123,12 +123,12 @@ Also, in order to select JSON Web Token authentication in the launcher, in confi
123123
1. Run the launcher: `npm start`
124124
1. Open a browser to http://localhost:3000
125125
1. On the black navigation bar, select **Login**.
126-
1. From the picklist, select **JWT (JSON Web Token)** > **Authenticate with DocuSign**.
127-
1. When prompted, log in to your DocuSign developer account. If this is your first time using the app, select **ACCEPT** at the consent window.
126+
1. From the picklist, select **JWT (JSON Web Token)** > **Authenticate with Docusign**.
127+
1. When prompted, log in to your Docusign developer account. If this is your first time using the app, select **ACCEPT** at the consent window.
128128
3. Select your desired code example.
129129

130130
## JWT grant remote signing and Authorization Code Grant embedded signing projects
131-
See [DocuSign Quickstart overview](https://developers.docusign.com/docs/esign-rest-api/quickstart/overview/) on the DocuSign Developer Center for more information on how to run the JWT grant remote signing project and the Authorization Code Grant embedded signing project.
131+
See [Docusign Quickstart overview](https://developers.docusign.com/docs/esign-rest-api/quickstart/overview/) on the Docusign Developer Center for more information on how to run the JWT grant remote signing project and the Authorization Code Grant embedded signing project.
132132

133133
## Payments code example
134134

lib/eSignature/controllers/eg040SetDocumentVisibility.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ eg040SetDocumentVisibility.createController = async (req, res) => {
7171

7272
if (errorCode && errorCode === 'ACCOUNT_LACKS_PERMISSIONS') {
7373
errorData.errorInfo = `<p>See <a href="https://developers.docusign.com/docs/esign-rest-api/how-to/set-document-visibility/">How to set document visibility for envelope recipients</a> in
74-
the DocuSign Developer Center for instructions on how to
74+
the Docusign Developer Center for instructions on how to
7575
enable document visibility in your developer account.</p>`;
7676
}
7777
// In production, may want to provide customized error messages and

public/assets/favicon.ico

-32.5 KB
Binary file not shown.

public/assets/favicon.png

1.19 KB
Loading

quick_acg/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"node": ">=8.10"
1616
},
1717
"dependencies": {
18+
"axios": "^1.6.5",
1819
"body-parser": "^1.20.2",
1920
"cookie-parser": "^1.4.6",
2021
"csurf": "^1.11.0",

views/pages/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<% if (locals.dsConfig.multiSourceChooser) { %>
1515
<h1 class="display-4">Welcome</h1>
16-
<p class="Xlead">Run and explore DocuSign code examples with Authorization Code Grant or JWT Grant authentication</p>
16+
<p class="Xlead">Run and explore Docusign code examples with Authorization Code Grant or JWT Grant authentication</p>
1717
<% } else { %>
1818
<h1 class="display-4">Node Launcher</h1>
1919
<p class="Xlead">

views/partials/head.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<meta name="description" content="">
77
<meta name="author" content="">
8-
<link rel="icon" href="assets/favicon.ico">
8+
<link rel="icon" href="assets/favicon.png">
99

1010
<% if (locals.example && locals.example.ExampleName) { %>
1111
<title><%= example.ExampleName %></title>
@@ -23,7 +23,7 @@
2323

2424
<body>
2525
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
26-
<a class="navbar-brand" target="_blank" href="https://developers.docusign.com">DocuSign Developer</a>
26+
<a class="navbar-brand" target="_blank" href="https://developers.docusign.com">Docusign Developer</a>
2727
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
2828
<span class="navbar-toggler-icon"></span>
2929
</button>

views/partials/headQuickACG.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
66
<meta name="description" content="">
77
<meta name="author" content="">
8-
<link rel="icon" href="assets/favicon.ico">
8+
<link rel="icon" href="assets/favicon.png">
99

1010
<% if (locals.example && locals.example.ExampleName) { %>
1111
<title><%= example.ExampleName %></title>
@@ -23,7 +23,7 @@
2323

2424
<body>
2525
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
26-
<a class="navbar-brand" target="_blank" href="https://developers.docusign.com">DocuSign Developer</a>
26+
<a class="navbar-brand" target="_blank" href="https://developers.docusign.com">Docusign Developer</a>
2727
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
2828
<span class="navbar-toggler-icon"></span>
2929
</button>

0 commit comments

Comments
 (0)