• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "functions": [
3    {
4      "name": "get",
5      "parameters": [
6        {
7          "parentName": "get",
8          "functions": [],
9          "choices": [
10            {
11              "properties": [],
12              "name": "string",
13              "simple_type": "string",
14              "functions": [],
15              "events": [],
16              "id": "type-a-string",
17              "description": null
18            },
19            {
20              "properties": [],
21              "last": true,
22              "name": "array",
23              "functions": [],
24              "events": [],
25              "array": {
26                "properties": [],
27                "name": "arrayType",
28                "simple_type": "string",
29                "functions": [],
30                "events": [],
31                "id": "type-array-arrayType",
32                "description": null
33              },
34              "id": "type-a-array",
35              "description": null
36            }
37          ],
38          "name": "a",
39          "parameters": [],
40          "id": "property-get-a",
41          "returns": null,
42          "optional": null,
43          "properties": [],
44          "description": "a param"
45        },
46        {
47          "parentName": "get",
48          "last": true,
49          "name": "callback",
50          "simple_type": "function",
51          "optional": false,
52          "id": "property-get-callback",
53          "description": null
54        }
55      ],
56      "callback": {
57        "parameters": [
58          {
59            "description": null,
60            "array": {
61              "properties": [],
62              "name": "resultsType",
63              "functions": [],
64              "events": [],
65              "link": {
66                "text": "TypeA",
67                "href": "tester.html#type-TypeA",
68                "name": "TypeA"
69              },
70              "id": "type-results-resultsType",
71              "description": null
72            },
73            "optional": null,
74            "id": "property-callback-results",
75            "parentName": "callback",
76            "functions": [],
77            "last": true,
78            "name": "results",
79            "parameters": [],
80            "properties": [],
81            "returns": null
82          }
83        ],
84        "optional": false,
85        "name": "callback",
86        "simple_type": {
87          "simple_type": "function"
88        }
89      },
90      "returns": null,
91      "id": "method-get",
92      "description": "Gets stuff."
93    }
94  ],
95  "properties": [],
96  "name": "tester",
97  "description": "a test api",
98  "introList": [
99    {
100      "content": [
101        {
102          "text": "a test api"
103        }
104      ],
105      "title": "Description"
106    },
107    {
108      "content": [
109        {
110          "message": true,
111          "trunk": true,
112          "version": null
113        }
114      ],
115      "title": "Availability"
116    },
117    {
118      "content": [
119        {
120          "text": "\"thing1\", \"thing2\"",
121          "perm": "tester"
122        },
123        {
124          "text": "is an API for testing things."
125        }
126      ],
127      "title": "Permissions"
128    },
129    {
130      "content": [
131        {
132          "text": "Welcome!",
133          "link": "https://tester.test.com/welcome.html"
134        }
135      ],
136      "title": "Learn More"
137    }
138  ],
139  "types": [
140    {
141      "properties": [
142        {
143          "parentName": "TypeA",
144          "functions": [],
145          "name": "b",
146          "parameters": [],
147          "id": "property-TypeA-b",
148          "array": {
149            "properties": [],
150            "name": "bType",
151            "functions": [],
152            "events": [],
153            "link": {
154              "text": "TypeA",
155              "href": "tester.html#type-TypeA",
156              "name": "TypeA"
157            },
158            "id": "type-b-bType",
159            "description": null
160          },
161          "returns": null,
162          "optional": true,
163          "properties": [],
164          "description": "List of TypeA."
165        }
166      ],
167      "name": "TypeA",
168      "simple_type": "object",
169      "functions": [],
170      "events": [],
171      "id": "type-TypeA",
172      "description": "A cool thing."
173    }
174  ],
175  "events": [
176    {
177      "callback": null,
178      "name": "EventA",
179      "parameters": [
180        {
181          "parentName": "EventA",
182          "functions": [],
183          "simple_type": "string",
184          "name": "id",
185          "parameters": [],
186          "id": "property-EventA-id",
187          "returns": null,
188          "optional": null,
189          "properties": [],
190          "description": null
191        },
192        {
193          "description": null,
194          "link": {
195            "text": "TypeA",
196            "href": "tester.html#type-TypeA",
197            "name": "TypeA"
198          },
199          "optional": null,
200          "id": "property-EventA-bookmark",
201          "parentName": "EventA",
202          "functions": [],
203          "last": true,
204          "name": "bookmark",
205          "parameters": [],
206          "properties": [],
207          "returns": null
208        }
209      ],
210      "supportsRules": false,
211      "filters": [],
212      "conditions": [],
213      "id": "event-EventA",
214      "actions": [],
215      "description": "A cool event."
216    }
217  ]
218}
219