feat: NCS-37 Quarkus integration (#35)
Build & Test (NowChessSystems) TeamCity build failed

Reviewed-on: #35
Reviewed-by: Leon Hermann <lq@blackhole.local>
This commit was merged in pull request #35.
This commit is contained in:
2026-04-21 12:35:20 +02:00
parent f215ec681a
commit 5ad5efb41e
105 changed files with 2063 additions and 1255 deletions
+12
View File
@@ -0,0 +1,12 @@
meta {
name: Export FEN
type: http
seq: 1
}
http {
method: GET
url: {{baseUrl}}/api/board/game/{{gameId}}/export/fen
body: none
auth: none
}
+12
View File
@@ -0,0 +1,12 @@
meta {
name: Export PGN
type: http
seq: 2
}
http {
method: GET
url: {{baseUrl}}/api/board/game/{{gameId}}/export/pgn
body: none
auth: none
}
+4
View File
@@ -0,0 +1,4 @@
meta {
name: export
seq: 6
}