2
0
Fork 0
tcrud/lib/plugin/format/format-xml.json

28 lines
1.3 KiB
JSON
Raw Normal View History

2017-06-10 14:53:29 +00:00
{
"masterTEntityTemplate": {
"tlist": { "tplugin": { "formatXML": { "tslug": "list" }}},
"tcreate": { "tplugin": { "formatXML": { "tslug": "create" }}},
"tedit": { "tplugin": { "formatXML": { "tslug": "edit" }}},
"tread": { "tplugin": { "formatXML": { "tslug": "read" }}},
"tdelete": { "tplugin": { "formatXML": { "tslug": "delete" }}},
"tcount": { "tplugin": { "formatXML": { "tslug": "list-count" }}},
"tverify": { "tplugin": { "formatXML": { "tslug": "verify" }}},
"tmeta": { "tplugin": { "formatXML": {
"tslug": "xml",
"tmime": "text/xml"
}}}
},
"masterTEntityTHelp": {
"tlist": { "tplugin": { "formatXML": { "tslug": "xml slug of api url" }}},
"tcreate": { "tplugin": { "formatXML": { "tslug": "xml slug of api url" }}},
"tedit": { "tplugin": { "formatXML": { "tslug": "xml slug of api url" }}},
"tread": { "tplugin": { "formatXML": { "tslug": "xml slug of api url" }}},
"tdelete": { "tplugin": { "formatXML": { "tslug": "xml slug of api url" }}},
"tcount": { "tplugin": { "formatXML": { "tslug": "xml slug of api url" }}},
"tverify": { "tplugin": { "formatXML": { "tslug": "xml slug of api url" }}},
"tmeta": { "tplugin": { "formatXML": {
"tslug": "The xml slug of api url.",
"tmime": "The xml mime type header."
}}}
}
}