Deprecated account.devices
Noticed that account.devices is now deprecated. What can i do?
Was using it for updating tags, creation and deletion of devices...
const device_info = await account.devices.info(origin);
account.devices.edit(origin, { tags });
const result = await account.devices
.create({....
const result = await account.devices.delete(device_info.id);