Open
Description
async function run() {
const api: Api = await connect({credentials: {username: "", password: ""}});
for (const contact of await api.getContacts()) {
console.log(contact);
}
}
Returns only perhaps a dozen contacts. Do you know how a "contact" is defined by Skype? I have hundreds of contacts and I'm curious if I need to use paging or something to work through them all?
Thanks for this.
Metadata
Metadata
Assignees
Labels
No labels