@unito/integration-api 0.42.17 → 0.42.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,3 +8,9 @@ with two-way asynchronous syncing tools, such as Unito.
|
|
|
8
8
|
```sh
|
|
9
9
|
npm install --save @unito/integration-api
|
|
10
10
|
```
|
|
11
|
+
|
|
12
|
+
## Terms and Conditions
|
|
13
|
+
|
|
14
|
+
By using the Integration API, you agree to be bound by our terms and conditions.
|
|
15
|
+
Please ensure you have read and understood the Unito Software Development Kit Agreement before using the API.
|
|
16
|
+
The full agreement can be found at [Unito SDK Agreement](https://unito.io/sdk-agreement/).
|