From 909c2221ef664c247832bebc7e9dfd7c38bae6c7 Mon Sep 17 00:00:00 2001 From: jobol Date: Fri, 3 Feb 2017 23:23:53 +0100 Subject: Rename binding to api in config.xml Signed-off-by: jobol --- docs/config.xml.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/config.xml.md') diff --git a/docs/config.xml.md b/docs/config.xml.md index 7f413d5..7eac552 100644 --- a/docs/config.xml.md +++ b/docs/config.xml.md @@ -101,15 +101,15 @@ features. The features planned to be implemented are described below. -### feature name="urn:AGL:widget:required-binding" +### feature name="urn:AGL:widget:required-api" -List of the bindings required by the widget. +List of the api required by the widget. -Each required binding must be explicited using a entry. +Each required api must be explicited using a entry. Example: ```xml - + @@ -117,7 +117,7 @@ Example: This will be *virtually* translated for mustaches to the JSON ```json -"required-binding": { +"required-api": { "param": [ { "name": "urn:AGL:permission:A", "value": "required", "required": true }, { "name": "urn:AGL:permission:A", "value": "optional", "optional": true } @@ -138,7 +138,7 @@ The value is either: isn't required (required="false") and in that case it is optional. - optional: the binding is optional -#### param name=[required binding name] +#### param name=[required api name] The value is either: @@ -160,9 +160,9 @@ The value is either: isn't required (required="false") and in that case it is optional. - optional: the permission is optional -### feature name="urn:AGL:widget:provided-binding" +### feature name="urn:AGL:widget:provided-api" -Use this feature for each provided binding of the widget. +Use this feature for each provided api of the widget. The parameters are: #### param name="subid" -- cgit 1.2.3-korg