Returns array of contacts.
cb
optional
PGP key name.
this.getContacts = function(cb) { return _request({ method: 'GET', url: '/contact/', callback: cb }); };