User:Ncarthy

From Official Kodi Wiki
Revision as of 23:58, 18 February 2017 by Ncarthy (talk | contribs)
Jump to navigation Jump to search

Executes the given addon with the given parameters (if possible)
Permissions:

  • ExecuteAddon

Parameters:

[

 {
   "name": "addonid",
   "required": true,
   "type": "string"
 },
 {
   "default": "",
   "name": "params",
   "type": [
     {
       "additionalProperties": {
         "default": "",
         "type": "string"
       },
       "type": "object"
     },
     {
       "items": {
         "type": "string"
       },
       "type": "array"
     },
     {
       "description": "URL path (must start with / or ?",
       "type": "string"
     }
   ]
 },
 {
   "default": false,
   "name": "wait",
   "type": "boolean"
 }

]

Returns: {

 "type": "string"

}