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

17 lines
189 B
Plaintext

meta {
name: Get dex ID
type: http
seq: 2
}
get {
url: {{BASE_URL}}/v2/en/dex-ids/1
body: none
auth: none
}
assert {
res.body.cards.length: gte 18
res.body.name: eq '1'
}