feat: NCS-37 Add initial API structure and DTOs for NowChess application
Build & Test (NowChessSystems) TeamCity build failed

This commit is contained in:
2026-04-19 21:04:40 +02:00
parent cd07006dc5
commit b726f62029
83 changed files with 1107 additions and 1157 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
}