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

Returns information about your profile.

Parameters 

 

Name TypeDescription

cb

optional

function

callback function



Example

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

 

 

  • No labels
Write a comment…
Quatrix JavaSctipt APIs QJA