Skip to content

Commit 4156af4

Browse files
authored
Merge pull request #57 from StanleySathler/docs/add-sandbox-tutorial
docs(README): add Sandbox section
2 parents 81f871f + 40cccea commit 4156af4

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,17 @@ const isValid = cloudConvert.webhooks.verify(
141141
); // returns true or false
142142
```
143143

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+
144155
## Contributing
145156

146157
This section is intended for people who want to contribute to the development of this library.

0 commit comments

Comments
 (0)