Skip to content

Commit 9972757

Browse files
Merge pull request #1 from signnow/3.x
Release v3
2 parents 8753d3e + c701535 commit 9972757

File tree

1,978 files changed

+43462
-308179
lines changed

Some content is hidden

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

1,978 files changed

+43462
-308179
lines changed

.env.example

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
##
2+
## signNow API SDK configuration
3+
##
4+
5+
## Replace these dummy values with your actual credentials except API_HOST
6+
API_HOST=https://api.signnow.com
7+
API_BASIC_TOKEN=c2lnbk5vdyBBUEkgc2FtcGxlIEFwcCB2MS4wCg==
8+
API_USERNAME=[email protected]
9+
API_PASSWORD=coolest_pazzw0rd

.gitignore

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,9 @@
1-
# Compiled class file
2-
*.class
3-
4-
# Log file
5-
*.log
6-
7-
# BlueJ files
8-
*.ctxt
9-
10-
# Mobile Tools for Java (J2ME)
11-
.mtj.tmp/
12-
13-
# Package Files #
14-
*.jar
15-
*.war
16-
*.ear
17-
*.zip
18-
*.tar.gz
19-
*.rar
20-
21-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
22-
hs_err_pid*
23-
24-
/SNJavaSDK/bin
1+
/vendor
2+
/.idea
3+
/.fleet
4+
/.vscode
5+
/target
6+
.env
7+
.env.backup
8+
.env.production
9+
.env.development

.metadata/.lock

Whitespace-only changes.
-20 Bytes
Binary file not shown.
-32 Bytes
Binary file not shown.
Binary file not shown.

.metadata/.plugins/com.netsuite.ide.eclipse.app/netsuite.lock.db

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

.metadata/.plugins/com.netsuite.ide.eclipse.app/netsuite.xml

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

.metadata/.plugins/com.netsuite.ide.eclipse.app/startpage/SuiteCloud_IDE_2014_2_0_e3_Build_Date_04_Jun_2015_12_55_45/index.html

Lines changed: 0 additions & 209 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)