mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
22 lines
265 B
Plaintext
22 lines
265 B
Plaintext
meta {
|
|
name: Advanced Query
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/sets?cardCount.official=gt:64&id=swsh
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
params:query {
|
|
cardCount.official:gt: 64
|
|
id: swsh
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
res.body: length 17
|
|
}
|