Commit graph

48 commits

Author SHA1 Message Date
kalyan-plivo
b218121434 wip 2021-01-29 12:22:40 +05:30
kalyan-plivo
c4bbb143bc testing the new got package 2021-01-29 12:22:40 +05:30
nixonsam
77f4c2ebf6
Update package.json 2021-01-19 13:37:40 +05:30
huzaif
d8aef3b63f updated changelog 2021-01-19 10:25:25 +05:30
huzaif
6884ba55f9 updated node response and added types 2020-12-24 17:27:11 +05:30
Mohammed Huzaif
05fa8ba80d
Merge pull request #1 from plivo/master
Update
2020-11-05 17:03:11 +05:30
Prashanth Pai
0736c8d398 Lookup API: Change endpoint and response
...as requested by product.

Signed-off-by: Prashanth Pai <prashanth.pai@plivo.com>
2020-10-28 12:09:26 +05:30
Prashanth Pai
25030137c7 Add support for Lookup API
Signed-off-by: Prashanth Pai <prashanth.pai@plivo.com>
2020-09-15 14:53:38 +05:30
Nixon Samuel
69a29fdee5 bump version to 4.9.0 2020-09-07 12:22:41 +05:30
manas-plivo
403b3d3eae version updated 2020-08-25 11:50:31 +05:30
huzaif
49a217f635 add message typescript support 2020-08-16 19:14:58 +05:30
Koushik-Ayila
450aa573fd Change package.json 2020-08-03 12:50:55 +05:30
Koushik-Ayila
e05bd27bff Change URLs and increase minor version 2020-07-23 10:36:53 +05:30
nixonsamuel
cd20a8778c resolved conflicts 2020-05-28 15:41:41 +05:30
Kritarth
91399c79b2 bump version 2020-05-04 09:25:04 +05:30
nixonsamuel
859fa78bbf bump version to 4.6.0 2020-04-29 13:24:46 +05:30
nixonsamuel
f7264e7aae bump version to 4.5.2 2020-04-28 12:23:13 +05:30
Kritarth
48aeba2fef add jwt helpers 2020-04-24 00:40:03 +05:30
nixonsamuel
b01c25b8c8 bump version to 4.5.1 2020-04-13 14:41:08 +05:30
nixonsamuel
b792e5db38 bump version to 4.5.0 2020-03-31 12:42:13 +05:30
nixonsamuel
86ab9b2711 bump version to 4.4.0 2020-03-30 16:38:17 +05:30
abrolnalin
3756fdfa95 changes made 2020-03-30 14:51:33 +05:30
abrolnalin
ff036549a4 mend 2020-03-24 15:00:01 +05:30
nixonsamuel
3e4d71c26d bump version to 4.1.9 2020-02-12 15:50:02 +05:30
nixonsamuel
2a8f0bbdb9 bump version to 4.1.8 2019-12-20 16:23:42 +05:30
nixonsamuel
e683bfbde6 bump version to 4.1.8 2019-12-04 18:00:40 +05:30
nixonsamuel
e6d3cf7993 bump version to 4.1.6 2019-11-14 11:18:36 +05:30
nixonsamuel
bedaa3ef8b bump version to 4.1.5 2019-11-13 12:40:13 +05:30
nixonsamuel
7fc0843cad bump version to 4.1.4 2019-11-06 12:47:28 +05:30
nixonsam
85889c19a1
Merge pull request #132 from plivo/master
sync with master
2019-11-06 12:40:03 +05:30
Deblina
52795c2411 bump version to 4.1.3 2019-07-30 17:58:45 +05:30
patelravi
860a7aa1c2 Pulled from master. 2019-03-26 12:17:59 +05:30
patelravi
809fa5bcf3 Added ssml. 2019-03-24 23:16:47 +05:30
Nixon Samuel
ac160c8db8 bump version to 4.1.2 2019-03-19 17:07:13 +05:30
nixonsam
72b7b8f0a5
Add PHLO support (#113)
* Added phlo client.

* Finished implementaiton of initializing phlo client.

* Finished logic for v2 methods of multiparty call(not members).

* Added test cases for multiparty call.

* Finished logic for phlo get api.

* Added member method structure.

* Finished implementation of phlo.run().

* Finished api calls for multi party(except abort transfer).

* Deleted old rest.js file.

* Finished abortTranfer implementation with test cases.

* Finished implementation of member.resumeCall().

* Finished all member functions.

* Reverted debugging logic.

* Removed console.log

* Added samples for all apis. method structure change for abort transfer.

* Resolved nsp issue.

* Audit fix.

* Package Lock Fix.

* Added test proxy for test cases.

* Resolved issue in request.js json format.

* Improved comments.

* Added test cases for .get() methods.

* Removed async await to support older browsers.

* Modified examples of phlo, removed async await.

* Resolved example issues, remove auth credentials.

* Removed es6 declaration syntaxes from phlo example.

* Added logic to pass payload.

* changed beta version 4.1-beta.1

* changed beta version 4.1-beta.1

* changed beta version 4.1-beta.1

* changes in changelog & readme- Add PHLO support

* updated the version to 4.1.1
2019-03-11 17:00:45 +05:30
nixonsam
a4e3f9fd47
Add PHLO support (#112)
* Added phlo client.

* Finished implementaiton of initializing phlo client.

* Finished logic for v2 methods of multiparty call(not members).

* Added test cases for multiparty call.

* Finished logic for phlo get api.

* Added member method structure.

* Finished implementation of phlo.run().

* Finished api calls for multi party(except abort transfer).

* Deleted old rest.js file.

* Finished abortTranfer implementation with test cases.

* Finished implementation of member.resumeCall().

* Finished all member functions.

* Reverted debugging logic.

* Removed console.log

* Added samples for all apis. method structure change for abort transfer.

* Resolved nsp issue.

* Audit fix.

* Package Lock Fix.

* Added test proxy for test cases.

* Resolved issue in request.js json format.

* Improved comments.

* Added test cases for .get() methods.

* Removed async await to support older browsers.

* Modified examples of phlo, removed async await.

* Resolved example issues, remove auth credentials.

* Removed es6 declaration syntaxes from phlo example.

* Added logic to pass payload.

* changed beta version 4.1-beta.1

* changed beta version 4.1-beta.1

* changed beta version 4.1-beta.1

* changes in changelog & readme- Add PHLO support
2019-03-11 15:43:57 +05:30
patelravi
6375eb45e1 Merge branch 'master' of https://github.com/plivo/plivo-node into message_list_test 2019-02-12 11:16:37 +05:30
Nixon Samuel
49f873943b Bugfix: speak XML- accented characters to numeric expression. 2019-02-06 15:40:22 +05:30
patelravi
0ce1413839 Updated publish version 2019-02-06 12:02:34 +05:30
patelravi
cdf67421f6 Removed nsp. 2019-02-06 11:10:01 +05:30
patelravi
f59cfc3114 Resolving nsp issue. 2019-02-04 11:40:19 +05:30
suresach
3c1d34e5c6 bump version to 4.0.5 2018-11-21 22:31:22 +05:30
suresach
5012fb4cae bump version to 4.0.4 2018-10-29 16:26:17 +05:30
suresach
cf51569488 bump version to 4.0.3 2018-09-18 14:16:31 +05:30
Abhishek-plivo
653d00ea59 Bump version to v4.0.2 2018-08-14 11:54:22 +05:30
Abhishek-plivo
46eec0caa8 Ct 123 (#78)
* CT-123 :: Fix create subaccount function to enable subaccount while creating

* CT-123 :: change create subaccount function to enable subaccount while creating

* bump version to 4.0.1
2018-06-28 13:28:23 +05:30
plivo-sdks
067e0c8d95 Bump version to 4.0.0 out of beta and update changelog 2018-01-18 19:11:41 +05:30
Sreyanth
6dab4036d6 Initial commit 2017-10-24 23:00:08 +05:30