e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
30 lines
No EOL
1 KiB
Text
30 lines
No EOL
1 KiB
Text
{
|
|
envelope: "URL",
|
|
transport: "JSONP",
|
|
callbackParamName: "callback",
|
|
services: {
|
|
get: {
|
|
target: "http://redesign.dojotoolkit.org/jsdoc/jsonp",
|
|
parameters: [
|
|
{ name: "name", type: "string", optional: false },
|
|
{ name: "exact", type: "boolean", optional: true },
|
|
{ name: "recursion", type: "boolean", optional: true },
|
|
{ name: "resource", type: "string", optional: true },
|
|
{ name: "project", type: "string", optional: true },
|
|
{ name: "version", type: "string", optional: true },
|
|
{ name: "attributes", type: "array", optional: true }
|
|
]
|
|
},
|
|
batch: {
|
|
target: "http://redesign.dojotoolkit.org/jsdoc/jsonp/batch",
|
|
parameters: [
|
|
{ name: "names", type: "array", optional: false },
|
|
{ name: "exact", type: "boolean", optional: true },
|
|
{ name: "recursion", type: "boolean", optional: true },
|
|
{ name: "project", type: "string", optional: true },
|
|
{ name: "version", type: "string", optional: true },
|
|
{ name: "attributes", type: "array", optional: false }
|
|
]
|
|
}
|
|
}
|
|
} |