mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-25 01:19:54 +00:00
16 lines
160 B
Plaintext
16 lines
160 B
Plaintext
meta {
|
|
name: List dex IDS
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/dex-ids
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
assert {
|
|
res.body.length: gte 800
|
|
}
|