mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-19 02:39:18 +00:00
16 lines
154 B
Plaintext
16 lines
154 B
Plaintext
meta {
|
|
name: get a set
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/sets/swsh3
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|