From f2bde701a9873c69897e599a7da08a0d113a86ab Mon Sep 17 00:00:00 2001
From: José Bollo The afm-user-daemon
@@ -152,6 +152,8 @@ located at /usr/lib/systemd/user/afm-user-daemon.service.version: 1
-Date: 14 March 2016
+Date: 15 March 2016
Author: José Bollo
output: An object with the field “added” being the string for the id of the added application.
-{"added":"appli@x.y" }
+{"added":"appli@x.y"}
@@ -728,50 +732,5 @@ or “stopped”).
output: An array of states, one per running instance, as returned by
the methodd org.AGL.afm.user.state.
-
-
-The afb plugin
-
-The base of the path is FWKAPI = /api/fwk
-
-request FWKAPI/runnables
- – get the list of applications
- => [ APPDESC… ]
-
-request FWKAPI/detail?id=APPID
- subject to languages tuning
- => { “id”: “APPID”, “name”: “name”, “description”: “description”, “license”: “license”, “author”: “author” }
-
-/
-request FWKAPI/icon?id=APPID
- subject to languages tuning
- => the icon image
-/
-
-request FWKAPI/run?id=APPID
- => { “status”: “done/error”, “data”: { “runid”: “RUNID” } }
-
-request FWKAPI/running
- => [ { “id”: “RUNID”, “appid”: “APPID”, “state”: … }… ]
-
-request FWKAPI/state?id=RUNID
- => { “id”: “RUNID”, “appid”: “APPID”, “state”: … }
-
-request FWKAPI/stop?id=RUNID
- => { “error”: “message” ou “done”: “RUNID” }
-
-request FWKAPI/suspend?id=RUNID
- => { “error”: “message” ou “done”: “RUNID” }
-
-request FWKAPI/resume?id=RUNID
- => { “error”: “message” ou “done”: “RUNID” }
-
-/*
-request FWKAPI/features
- => returns the features of the current application
-
-request FWKAPI/preferences
- => returns the features of the current application
-*/