Quatrix JavaSctipt APIs
Space shortcuts
Quatrix JavaSctipt APIs QJA

Versions Compared

Key

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

Returns information about your profile.

Parameters 

 

Name TypeDescription

cb

optional

function

callback function



Example

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

 

 

Quatrix JavaSctipt APIs QJA