1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 16:39:18 +00:00

feat: Add advanced filtering capabilities (#522)

This commit is contained in:
2024-09-26 00:11:48 +02:00
committed by GitHub
parent 5899083e5d
commit 4700618047
15 changed files with 887 additions and 186 deletions

View File

@ -0,0 +1,21 @@
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
}