mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-28 02:40:11 +00:00
17 lines
210 B
Plaintext
17 lines
210 B
Plaintext
meta {
|
|
name: Get a card by set name
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/sets/Crystal%20Guardians/10
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
res.body.id: eq ex14-10
|
|
}
|