You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/rpc/SMDLibrary/dojo-api.smd

30 lines
1020 B
Plaintext

{
envelope: "URL",
transport: "JSONP",
callbackParamName: "callback",
services: {
get: {
target: "http://api.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://api.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 }
]
}
}
}