Add first part of api

This commit is contained in:
Pascal Vizeli
2017-04-12 00:06:17 +02:00
parent 14500d3ac4
commit 3ef76a4ada
7 changed files with 126 additions and 8 deletions

View File

@@ -27,6 +27,7 @@ JSON_MESSAGE = 'message'
RESULT_ERROR = 'error'
RESULT_OK = 'ok'
ATTR_ADDONS = 'addons'
ATTR_VERSION = 'version'
ATTR_CURRENT = 'current'
ATTR_BETA = 'beta'