@zapier/zapier-sdk 0.11.0 → 0.11.1
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 +0 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# @zapier/zapier-sdk
|
|
2
2
|
|
|
3
|
-
<!-- Generated API Reference -->
|
|
4
|
-
|
|
5
3
|
## Table of Contents
|
|
6
4
|
|
|
7
5
|
- [Installation](#installation)
|
|
@@ -372,5 +370,3 @@ const result = await sdk.request({
|
|
|
372
370
|
url: "https://example.com",
|
|
373
371
|
});
|
|
374
372
|
```
|
|
375
|
-
|
|
376
|
-
<!-- End Generated API Reference -->
|