mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-25 04:12:11 +00:00
21 lines
228 B
Plaintext
21 lines
228 B
Plaintext
meta {
|
|
name: Random Card
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/random/card?name=furret
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
query {
|
|
name: furret
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
res.body.name: contains Furret
|
|
}
|