-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
Hello, everyone.
I have purchased a FreePBX app in DigitalOcean. So I could access FreePBX admin panel and I got some endpoints.
Btw, I made a node server to test APIs and installed ari-client node module in it.
I tried to connect server using below codes, but it doesn't work. (It even doesn't give me an error)
const client = require("ari-client");
client
.connect("https://ip_addr/admin/api/api/rest", "username", "password")
.then(function (ari) {
console.log(ari);
})
.catch(function (err) {
console.log(err);
});
If you have worked in this field, hope to hear from you.
Thank you.
Metadata
Metadata
Assignees
Labels
No labels