Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Returns array of contacts.

Parameters 

 

Name TypeDescription

cb

optional

string

PGP key name.



Example

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

 

 

Quatrix JavaSctipt APIs QJA