Returns array of contacts.

Parameters 

Name TypeDescription

cb

string

PGP key name.



Example Result

this.getContacts = function(cb) {
  return _request({
    method: 'GET',
    url: '/contact/',
    callback: cb
  });
};