mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59:19 +00:00
16 lines
169 B
Plaintext
16 lines
169 B
Plaintext
meta {
|
|
name: get one card from a set
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/cards/swsh3
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|