mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-05 16:57:52 +00:00
20 lines
205 B
Plaintext
20 lines
205 B
Plaintext
meta {
|
|
name: dexId Search
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/ja/cards?dexId=eq:357
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
dexId: eq:357
|
|
}
|
|
|
|
assert {
|
|
res.body.length: eq 3
|
|
}
|