Create twilio.api.php
This commit is contained in:
parent
c1ff4db42a
commit
3554c55b0c
10
helper/twilio.api.php
Normal file
10
helper/twilio.api.php
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @file twilio.api.php
|
||||||
|
* @date 2019-04-08
|
||||||
|
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||||
|
* @brief Twilio REST API interface module
|
||||||
|
* @documentation https://www.twilio.com/docs/sms/send-messages
|
||||||
|
*/
|
||||||
|
|
||||||
|
// todo
|
Loading…
Reference in New Issue
Block a user