dtable-web-api
Advanced tools
Comparing version 1.0.69 to 1.0.70
{ | ||
"name": "dtable-web-api", | ||
"version": "1.0.69", | ||
"version": "1.0.70", | ||
"description": "an interface for dtable-web", | ||
@@ -5,0 +5,0 @@ "main": "lib/dtable-web-api.js", |
@@ -771,6 +771,6 @@ import axios from 'axios'; | ||
listCommonDatasets(fromTableID) { | ||
listCommonDatasets(dst_dtable_uuid) { | ||
let url = this.server + '/api/v2.1/dtable/common-datasets/'; | ||
if (fromTableID) { | ||
url = url + '?from_table_id=' + fromTableID; | ||
if (dst_dtable_uuid) { | ||
url = url + '?dst_dtable_uuid=' + dst_dtable_uuid; | ||
} | ||
@@ -777,0 +777,0 @@ return this.req.get(url); |
Sorry, the diff of this file is too big to display
143768