16 lines
197 B
Plaintext
16 lines
197 B
Plaintext
meta {
|
|
name: Get Legal Moves
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
http {
|
|
method: GET
|
|
url: {{baseUrl}}/board/game/{{gameId}}/moves?square={{square}}
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
Accept: application/json
|
|
}
|