helloworks-sdk
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -5,2 +5,11 @@ # Change Log | ||
# [1.1.0](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.0.3...v1.1.0) (2019-07-30) | ||
### Features | ||
* Add support for metadata ([f36907a](https://github.com/hellosign/helloworks-nodejs-sdk/commit/f36907a)), closes [#5](https://github.com/hellosign/helloworks-nodejs-sdk/issues/5) | ||
## [1.0.3](https://github.com/hellosign/helloworks-nodejs-sdk/compare/v1.0.2...v1.0.3) (2019-04-10) | ||
@@ -7,0 +16,0 @@ |
@@ -91,2 +91,8 @@ /** | ||
if (opts.metadata) { | ||
Object.entries(opts.metadata).forEach((key, value) => { | ||
form.append(`metadata[${key}]`, value); | ||
}); | ||
} | ||
return client.sendAPIRequestWithToken(basePath, { | ||
@@ -93,0 +99,0 @@ method: 'POST', |
{ | ||
"name": "helloworks-sdk", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"description": "A Node.js SDK for easily creating and managing HelloWorks workflow instances.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32517
506