feat: Vonage API
This commit is contained in:
parent
84ceeda611
commit
3b19caf3a7
8 changed files with 1116 additions and 71 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue