Session keepalive call.
Parameters
| Name | Type | Description |
cb optional | function | callback function |
Example
this.keepAlive = function(cb) {
return _request({
method: 'GET',
url: '/session/keepalive',
callback: cb
});
};
Session keepalive call.
| Name | Type | Description |
cb optional | function | callback function |
this.keepAlive = function(cb) {
return _request({
method: 'GET',
url: '/session/keepalive',
callback: cb
});
};
Copyright 2023 Maytech a Kiteworks company • All rights reserved
Add Comment