mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-25 22:07:10 -06:00
Merge branch 'got_package_update' of github.com:plivo/plivo-node into got_package_update
This commit is contained in:
commit
0191c46de0
3 changed files with 2 additions and 4 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import { extend } from './utils/common.js';
|
||||
import axios from 'axios';
|
||||
|
||||
let actionKey = Symbol('api action');
|
||||
let klassKey = Symbol('constructor');
|
||||
|
|
|
|||
|
|
@ -495,7 +495,7 @@ export class CallInterface extends PlivoResourceInterface {
|
|||
* @promise {object[]} returns list of Call Object
|
||||
* @fail {Error} returns Error
|
||||
*/
|
||||
list(params) {
|
||||
list(params = {}) {
|
||||
params.isVoiceRequest = 'true';
|
||||
let client = this[clientKey];
|
||||
|
||||
|
|
|
|||
|
|
@ -58,11 +58,10 @@
|
|||
"test": "gulp"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^14.14.14",
|
||||
"axios": "^0.19.2",
|
||||
"base-64": "^0.1.0",
|
||||
"build-url": "^1.0.10",
|
||||
"got": "^11.8.1",
|
||||
"querystring": "^0.2.0",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"lodash": "^4.17.4",
|
||||
"querystring": "^0.2.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue