You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,10 @@
2
2
3
3
SignNow allows you to embed legally-binding e-signatures into your app, CRM or cloud storage. Send documents for signature directly from your website. Invite multiple signers to finalize contracts. Track status of your requests and download signed copies automatically.
4
4
5
-
This is a two module application, where client-lib is a library which intended to use for the SignNow API use, taking all the routines of authentication, request building and provides simple DTO objects to use in your applications. Second module, named example-app, is a Spring Boot application which contains example implementation of use-cases of SignNow API with use of introduced client library.
5
+
This is a two module application which consists of the client-lib library and the example-app module. The client-lib library is used to interact with SignNow API. It covers all the authentication routines, request building and provides simple DTO objects to use in your applications. The second module, example-app, is a Spring Boot application which contains implementation examples of SignNow API use-cases.
6
6
7
7
Get your account at https://www.signnow.com/developers
8
8
9
-
#### API Contact Information
10
-
If you have questions about the SignNow API, please visit https://docs.signnow.com or email [email protected].<br>
If you wish to run an example application - set parameters named in the ```\example-app\src\main\resources\application.properties```
55
-
Feel free to try provided examples and explore corresponding code.
49
+
If you'd like to run an example application - set parameters named in the ```\example-app\src\main\resources\application.properties```
50
+
Feel free to try the provided examples and explore the corresponding code.
56
51
57
52
## <aname="examples"></a>Examples
58
53
To run the examples you will need an API key. You can get one here https://www.signnow.com/api. For a full list of accepted parameters, refer to the SignNow REST Endpoints API guide: https://docs.signnow.com/reference.
59
54
60
-
**Note:**next examples is a list of common use-cases only, while client library is intend to provide general wrapper and DTO objects for API calls. Thus you are not limited to mentioned here examples and free to use any provided API mapped method.
55
+
**Note:**In the following examples we've listed only the common use-cases but this list shouldn't limit your requests. The client library provides an all-purpose wrapper and DTO objects for any API call to SignNow. Feel free to use any method from the client library.
Thanks to all contributors who got interested in this project. We're excited to hear from you. Here are some tips to make our collaboration meaningful and bring its best results to life:
78
+
Many thanks to all the contributors who got interested in this project. We're excited to hear from you. Here are some tips to make our collaboration meaningful and bring its best results to life:
84
79
85
80
* We accept pull requests from the community. Please, send your pull requests to the **DEVELOP branch** which is the consolidated work-in-progress branch. We don't accept requests to the Master branch.
86
81
@@ -94,3 +89,8 @@ Thanks to all contributors who got interested in this project. We're excited to
94
89
## <aname="license"></a>License
95
90
96
91
This SDK is distributed under the MIT License, see [LICENSE](https://github.com/signnow/SignNowJavaAPiClient/blob/master/LICENSE) for more information.
92
+
93
+
#### API Contact Information
94
+
If you have questions about the SignNow API, please visit https://docs.signnow.com or email [email protected].<br>
0 commit comments