BridgesAPI constructor

BridgesAPI()

Create an instance of the Bridges API client, providing access to the /bridges endpoint.

@param {object} params @param {string} username The username to send with the request. @param {string} password The password to send with the request. @param {string} baseUrl The base url, without trailing slash, of the root Asterisk ARI endpoint. i.e. 'http://myserver.local:8088/ari'.

Implementation

BridgesAPI() {}