Returns array of contacts.

Parameters 

 

Name TypeDescription

cb

optional

string

PGP key name.



Example

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