请为我的英语不好而道歉!我正在使用Ring Central API(API发送/接收短信/通话)。我使用node.js与RING CENTRAL API进行通信。问题是我对编程真的是陌生的(仅用于帮助我一些api和自动化)。
我在google上阅读了很多书,并找到了一些不错的网站,但仍然不是我想要的:
所以我正在寻找我可能会喜欢的代码:
if (page == '/Proxy:port') {
//Here i would like to force serve to use (Proxy:port)
//Then start sendsms() that send POST/GET to ring central API
sendsms()
}