feat: Vonage API

This commit is contained in:
Rafael Taranto 2023-08-17 12:33:15 +01:00
parent 84ceeda611
commit 3b19caf3a7
8 changed files with 1116 additions and 71 deletions

View file

@ -11,6 +11,7 @@ import kraken from './kraken'
import mailgun from './mailgun'
import telnyx from './telnyx'
import twilio from './twilio'
import vonage from './vonage'
export default {
[bitgo.code]: bitgo,
@ -21,6 +22,7 @@ export default {
[kraken.code]: kraken,
[mailgun.code]: mailgun,
[telnyx.code]: telnyx,
[vonage.code]: vonage,
[twilio.code]: twilio,
[binanceus.code]: binanceus,
[cex.code]: cex,