We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81f871f + 40cccea commit 4156af4Copy full SHA for 4156af4
1 file changed
README.md
@@ -141,6 +141,17 @@ const isValid = cloudConvert.webhooks.verify(
141
); // returns true or false
142
```
143
144
+## Using Sandbox
145
+
146
+You can use the Sandbox to avoid consuming your quota while testing your application. The node SDK allows you to do that.
147
148
+```js
149
+// Pass `true` to the constructor
150
+const cloudConvert = new CloudConvert('api_key', true);
151
+```
152
153
+> Don't forget to generate MD5 Hashes for the files you will use for testing.
154
155
## Contributing
156
157
This section is intended for people who want to contribute to the development of this library.
0 commit comments