Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA

Versions Compared

Key

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

Returns public keys of current user, his subusers and his contacts.

Parameters 

 

Name TypeDescription

cb

optional

function

callback function


Example

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

 

 

Quatrix JavaSctipt APIs QJA