mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 03:12:10 +00:00
21 lines
223 B
Plaintext
21 lines
223 B
Plaintext
meta {
|
|
name: Random Set
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/random/set?name=sword
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
query {
|
|
name: sword
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
res.body.name: contains Sword
|
|
}
|