
httpmethods.DELETE.ts Maven / Gradle / Ivy
{
"serviceName": "DELETE",
"serviceUrl": "/api",
"methodCount": 1,
"getMethodCount": 0,
"headMethodCount": 0,
"postMethodCount": 0,
"putMethodCount": 0,
"patchMethodCount": 0,
"deleteMethodCount": 1,
"optionsMethodCount": 0,
"traceMethodCount": 0,
"methods": [
{
"name": "getInt",
"url": "/int",
"httpMethods": ["delete"],
"returnType": "Void"
}
],
"getMethods": [
],
"headMethods": [
],
"postMethods": [
],
"putMethods": [
],
"patchMethods": [
],
"deleteMethods": [
{
"name": "getInt",
"url": "/int",
"httpMethods": ["delete"],
"returnType": "Void"
}
],
"optionsMethods": [
],
"traceMethods": [
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy