3 "namespace": "simple_api",
4 "description": "This is a simple API.",
12 "description": "Some string."
16 "description": "Some boolean."
20 "description": "Some double."
24 "description": "Some integer."
31 "name": "incrementInteger",
33 "description": "Increments the given integer.",
46 "description": "The incremented value."
53 "name": "optionalString",
55 "description": "Takes a string. Or not.",
70 "name": "optionalBeforeRequired",
72 "description": "Takes an optional parameter followed by a required one.",
91 "name": "optionalCallbackParams",
93 "description": "Gives back a string. Or not.",
102 "description": "True if the extension has the specified permissions."
109 "name": "getTestType",
111 "description": "Return a TestType.",
120 "description": "A TestType."
129 "name": "onIntegerFired",
131 "description": "Fired when an integer is ready.",
134 "name": "someInteger",
140 "name": "onStringFired",
142 "description": "Fired when a string is ready.",
145 "name": "someString",
151 "name": "onTestTypeFired",
153 "description": "Fired when a TestType is ready.",
156 "name": "someTestType",