Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA
Skip to end of metadata
Go to start of metadata

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

Parameters 

 

Name TypeDescription

cb

optional

function

callback function


Example

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

 

 

  • No labels
Write a comment…
Quatrix JavaSctipt APIs QJA