Files
test/obj/Debug/net8.0/ApiEndpoints.json
T

43 lines
862 B
JSON
Raw Normal View History

2024-09-03 09:23:03 +07:00
[
{
"ContainingType": "ngaoda.Controllers.ImageProcessingController",
"Method": "ProcessImage",
"RelativePath": "ImageProcessing",
"HttpMethod": "GET",
"IsController": true,
"Order": 0,
"Parameters": [
{
"Name": "path",
"Type": "System.String",
"IsRequired": false
},
{
"Name": "w",
"Type": "System.Int32",
"IsRequired": false
},
{
"Name": "h",
"Type": "System.Int32",
"IsRequired": false
},
{
"Name": "q",
"Type": "System.Int32",
"IsRequired": false
},
{
"Name": "dpr",
"Type": "System.Int32",
"IsRequired": false
},
{
"Name": "fit",
"Type": "System.String",
"IsRequired": false
}
],
"ReturnTypes": []
}
]