* [ADD] Preliminary API implementation. Need doc

* [ADD] API token authentication
* [FIX] Fixed issue on account searches
This commit is contained in:
nuxsmin
2015-08-10 10:20:42 +02:00
parent e7ae7d6154
commit 29873ef313
22 changed files with 1159 additions and 263 deletions

View File

@@ -54,6 +54,11 @@ interface ActionsInterface {
const ACTION_MGM_CUSTOMERS_NEW = 621;
const ACTION_MGM_CUSTOMERS_EDIT = 622;
const ACTION_MGM_CUSTOMERS_DELETE = 623;
const ACTION_MGM_APITOKENS = 63;
const ACTION_MGM_APITOKENS_NEW = 630;
const ACTION_MGM_APITOKENS_VIEW = 631;
const ACTION_MGM_APITOKENS_EDIT = 632;
const ACTION_MGM_APITOKENS_DELETE = 633;
const ACTION_USR = 70;
const ACTION_USR_USERS = 71;
const ACTION_USR_USERS_VIEW= 710;