@perkamo/sdk-core 0.1.1 → 0.1.2
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/CHANGELOG.md +6 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ Use this package for shared TypeScript types and input helpers. Most
|
|
|
6
6
|
integrations should install `@perkamo/sdk`, which re-exports these utilities and
|
|
7
7
|
adds the API client.
|
|
8
8
|
|
|
9
|
+
Full SDK documentation: https://www.perkamo.com/docs/v1/sdk
|
|
10
|
+
|
|
9
11
|
```bash
|
|
10
12
|
npm install @perkamo/sdk-core
|
|
11
13
|
```
|