Skip to content

Commit e6c5c5e

Browse files
author
acooper4960
authored
Merge pull request #128 from docusign/v4.2.2
V4.2.2
2 parents 2127eb9 + d76342d commit e6c5c5e

File tree

717 files changed

+3460
-588910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

717 files changed

+3460
-588910
lines changed

.swagger-codegen-ignore

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Swagger Codegen Ignore
2+
3+
# Use this file to prevent files from being overwritten by the generator.
4+
# The patterns follow closely to .gitignore or .dockerignore.
5+
6+
# As an example, the C# client generator defines ApiClient.cs.
7+
# You can make changes and tell Swagger Codgen to ignore just this file by uncommenting the following line:
8+
#ApiClient.cs
9+
10+
# You can match any string of characters against a directory, file or extension with a single asterisk (*):
11+
#foo/*/qux
12+
# The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
13+
14+
# You can recursively match patterns against a directory, file or extension with a double asterisk (**):
15+
#foo/**/qux
16+
# This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
17+
18+
# You can also negate patterns with an exclamation (!).
19+
# For example, you can ignore all files in a docs folder with the file extension .md:
20+
#docs/*.md
21+
# Then explicitly reverse the ignore rule for a single file:
22+
#!docs/README.md
23+
24+
# Swagger and Git files
25+
.swagger-codegen-ignore
26+
.gitignore
27+
CHANGELOG.md
28+
README.md
29+
git_push.sh
30+
31+
# Project files
32+
LICENSE
33+
package.json
34+
.travis.yml
35+
mocha.opts
36+
37+
# Specific src and test files
38+
docs/*.md
39+
test/*/*.spec.js
40+
src/OAuth.js
41+
src/RestApi.js
42+
src/ApiClient.js
43+
src/oauth/

CHANGELOG.md

Lines changed: 7 additions & 0 deletions

docs/ApiClient.js.html

Lines changed: 0 additions & 624 deletions
This file was deleted.

docs/Configuration.js.html

Lines changed: 0 additions & 106 deletions
This file was deleted.

docs/api_AccountsApi.js.html

Lines changed: 0 additions & 2129 deletions
This file was deleted.

docs/api_AuthenticationApi.js.html

Lines changed: 0 additions & 454 deletions
This file was deleted.

docs/api_BillingApi.js.html

Lines changed: 0 additions & 713 deletions
This file was deleted.

docs/api_BulkEnvelopesApi.js.html

Lines changed: 0 additions & 425 deletions
This file was deleted.

docs/api_CloudStorageApi.js.html

Lines changed: 0 additions & 573 deletions
This file was deleted.

docs/api_ConnectApi.js.html

Lines changed: 0 additions & 1008 deletions
This file was deleted.

0 commit comments

Comments
 (0)