dtable-web-api
Advanced tools
Comparing version 1.0.50 to 1.0.51
{ | ||
"name": "dtable-web-api", | ||
"version": "1.0.50", | ||
"version": "1.0.51", | ||
"description": "an interface for dtable-web", | ||
@@ -5,0 +5,0 @@ "main": "lib/dtable-web-api.js", |
@@ -401,3 +401,3 @@ import axios from 'axios'; | ||
uploadDTablePlugin(workspaceID, dtableName, formData) { | ||
uploadDTablePlugin(workspaceID, dtableName, formData, onUploadProgress) { | ||
let url = this.server + '/api/v2.1/workspace/' + workspaceID + '/dtable/' + encodeURIComponent(dtableName) + '/plugins/'; | ||
@@ -404,0 +404,0 @@ return this.uploadFile(url, formData, onUploadProgress); |
Sorry, the diff of this file is too big to display
120697