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

feat: Add ability for users to requests using the subfields values (#477)

This commit is contained in:
2024-01-22 01:48:04 +01:00
committed by GitHub
parent 2cfa860f6d
commit 41bf9afde7
4 changed files with 60 additions and 6 deletions

View File

@ -0,0 +1,25 @@
meta {
name: 475 - Ability to query subfileds
type: http
seq: 4
}
get {
url: {{BASE_URL}}/v2/en/cards?legal.standard=true
body: none
auth: none
}
query {
legal.standard: true
}
assert {
res.status: eq 200
}
docs {
Validate the issue seen in
https://github.com/tcgdex/cards-database/issues/474
}