1 | { |
---|
2 | envelope: "URL", |
---|
3 | transport: "JSONP", |
---|
4 | callbackParamName: "callback", |
---|
5 | services: { |
---|
6 | get: { |
---|
7 | target: "http://api.dojotoolkit.org/jsdoc/jsonp", |
---|
8 | parameters: [ |
---|
9 | { name: "name", type: "string", optional: false }, |
---|
10 | { name: "exact", type: "boolean", optional: true }, |
---|
11 | { name: "recursion", type: "boolean", optional: true }, |
---|
12 | { name: "resource", type: "string", optional: true }, |
---|
13 | { name: "project", type: "string", optional: true }, |
---|
14 | { name: "version", type: "string", optional: true }, |
---|
15 | { name: "attributes", type: "array", optional: true } |
---|
16 | ] |
---|
17 | }, |
---|
18 | batch: { |
---|
19 | target: "http://api.dojotoolkit.org/jsdoc/jsonp/batch", |
---|
20 | parameters: [ |
---|
21 | { name: "names", type: "array", optional: false }, |
---|
22 | { name: "exact", type: "boolean", optional: true }, |
---|
23 | { name: "recursion", type: "boolean", optional: true }, |
---|
24 | { name: "project", type: "string", optional: true }, |
---|
25 | { name: "version", type: "string", optional: true }, |
---|
26 | { name: "attributes", type: "array", optional: false } |
---|
27 | ] |
---|
28 | } |
---|
29 | } |
---|
30 | } |
---|