I can't figure out how to create more than one api connection to microtics (I have more than 20 of them) using routeros-client at the same time. Is it possible to somehow connect a config with parameters and credentials? I will be glad to any advice and tips
const RouterOSClient = require('routeros-client').RouterOSClient;
const api = new RouterOSClient({
host: '',
user: '',
password: '',
})