Ä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:
138
TicketSystem/obj/Debug/net10.0/ApiEndpoints.json
Normal file
138
TicketSystem/obj/Debug/net10.0/ApiEndpoints.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user