ocilo / skype-http

Unofficial Skype API for Node.js via HTTP
https://ocilo.github.io/skype-http
MIT License
51 stars 24 forks source link

make listContacts return when there is incomplete name data (and return more data) #28

Closed mitchcapper closed 7 years ago

mitchcapper commented 7 years ago

Fixing contacts to attempt to address #20 but these fix a different error where contacts may not have all the name properties. Also returns display name and properly surname.

demurgos commented 7 years ago

Looks good to me. The documentation and normalization of the objects returned by Skype will need more work but for the moment the priority is just to make the API work again.