Files
NowChessSystems/bruno/board/move/02 Get Legal Moves.bru
T
Janis 9b5185298e
Build & Test (NowChessSystems) TeamCity build finished
feat: NCS-53 changed IO to MicroService for easier scaling (#37)
Reviewed-on: #37
Reviewed-by: Shahd Lala <shosho996@blackhole.local>
2026-04-21 15:38:58 +02:00

20 lines
213 B
Plaintext

meta {
name: Get Legal Moves
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/moves
body: none
auth: none
}
params:query {
square: e2
}
vars:pre-request {
gameId: tjOgyEcS
}