9b5185298e
Build & Test (NowChessSystems) TeamCity build finished
Reviewed-on: #37 Reviewed-by: Shahd Lala <shosho996@blackhole.local>
20 lines
213 B
Plaintext
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
|
|
}
|