Änderung aller Features auf API

Ticket_System wurde zu TicketSystem in TicketSystem ist nun eine API.WEB Core anwendung. Implementierung von /signin, /user/create, /ticket/create, /ticket/show/all, /ticket/show/{ticketID}
This commit is contained in:
2026-01-30 11:51:31 +01:00
parent 07b2a8ae0f
commit 690987eb8f
59 changed files with 2393 additions and 0 deletions

View File

@@ -0,0 +1,138 @@
[
{
"ContainingType": "Program\u002B\u003C\u003Ec",
"Method": "\u003C\u003CMain\u003E$\u003Eb__0_4",
"RelativePath": "me",
"HttpMethod": "GET",
"IsController": false,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
"Method": "\u003C\u003CMain\u003E$\u003Eb__2",
"RelativePath": "signin",
"HttpMethod": "POST",
"IsController": false,
"Order": 0,
"Parameters": [
{
"Name": "req",
"Type": "SignInRequest",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Program\u002B\u003C\u003Ec",
"Method": "\u003C\u003CMain\u003E$\u003Eb__0_6",
"RelativePath": "ticket/create",
"HttpMethod": "POST",
"IsController": false,
"Order": 0,
"Parameters": [
{
"Name": "req",
"Type": "CreateTicketRequest",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Program\u002B\u003C\u003Ec",
"Method": "\u003C\u003CMain\u003E$\u003Eb__0_8",
"RelativePath": "ticket/show/{ticketId:int}",
"HttpMethod": "GET",
"IsController": false,
"Order": 0,
"Parameters": [
{
"Name": "ticketId",
"Type": "System.Int64",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Program\u002B\u003C\u003Ec",
"Method": "\u003C\u003CMain\u003E$\u003Eb__0_7",
"RelativePath": "ticket/show/all",
"HttpMethod": "GET",
"IsController": false,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Program\u002B\u003C\u003Ec",
"Method": "\u003C\u003CMain\u003E$\u003Eb__0_3",
"RelativePath": "token/validate",
"HttpMethod": "GET",
"IsController": false,
"Order": 0,
"Parameters": [],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
},
{
"ContainingType": "Program\u002B\u003C\u003Ec__DisplayClass0_0",
"Method": "\u003C\u003CMain\u003E$\u003Eb__5",
"RelativePath": "user/create",
"HttpMethod": "POST",
"IsController": false,
"Order": 0,
"Parameters": [
{
"Name": "req",
"Type": "RegisterRequest",
"IsRequired": true
}
],
"ReturnTypes": [
{
"Type": "System.Void",
"MediaTypes": [],
"StatusCode": 200
}
]
}
]