1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-25 01:19:54 +00:00
cards-database/.bruno/dex-ids/List dex IDS.bru
Florian Bouillon 0486f277b4
fix: dec IDs not working
Signed-off-by: Avior <git@avior.me>
2025-01-31 17:18:56 +01:00

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
}