dtable-sdk
Advanced tools
Comparing version 0.0.68 to 0.0.69
@@ -66,3 +66,4 @@ "use strict"; | ||
value: function getTableAssetUploadLink(workspaceID, name) { | ||
var url = this.server + '/api/v2.1/workspace/' + workspaceID + '/dtable-asset-upload-link/?name=' + encodeURIComponent(name); | ||
var server = this.config.server; | ||
var url = server + '/api/v2.1/workspace/' + workspaceID + '/dtable-asset-upload-link/?name=' + encodeURIComponent(name); | ||
return this.req.get(url); | ||
@@ -69,0 +70,0 @@ } |
{ | ||
"name": "dtable-sdk", | ||
"version": "0.0.68", | ||
"version": "0.0.69", | ||
"description": "dtable sdk", | ||
@@ -5,0 +5,0 @@ "main": "./dist/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
385351
9601