Added a getting started project for WolverineFx.

This commit is contained in:
2026-06-26 16:12:51 +02:00
parent 3434e9fb91
commit 5b9d8c099b
12 changed files with 171 additions and 0 deletions
@@ -0,0 +1,12 @@
@getting_started_HostAddress = https://localhost:7161
POST {{getting_started_HostAddress}}/issues/create
Content-Type: application/json
{
"originatorId": "e731cf74-0e57-4c91-8fda-6ae5214a9fa4",
"title": "Test Title",
"description": "Test Description"
}
###