mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-06 01:07:53 +00:00
21 lines
235 B
Plaintext
21 lines
235 B
Plaintext
meta {
|
|
name: Start star Pattern
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: {{BASE_URL}}/v2/en/cards?name=fu*
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
params:query {
|
|
name: fu*
|
|
}
|
|
|
|
assert {
|
|
res.body.length: gt 3
|
|
res.body[1].name: neq Stufful
|
|
}
|