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

Fixed get-contact to work with the new endpoint. #30

Closed mitchcapper closed 7 years ago

mitchcapper commented 7 years ago

Note the new endpoint does not return as much data as the normal profile list and only works with skype contacts. Closes #20

added email datafield to the contact class.

mitchcapper commented 7 years ago

Also, technically this actually breaks the existing implementation as I format the data returned, but the old data did not match the class spec for what we said it would be.