added basic api for 3rd-party clients
This commit is contained in:
@@ -29,6 +29,8 @@ const buttonHandler = (event, type) => {
|
||||
console.log("gid is not set!");
|
||||
}
|
||||
}
|
||||
data['url'] = data["text-input-value"]
|
||||
delete data["text-input-value"]
|
||||
helper.httpClient(url).setErrorHandler(function (xhr, textStatus, error) {
|
||||
console.log(error);
|
||||
}).setHandler(function (data) {
|
||||
|
||||
Reference in New Issue
Block a user