Handbook
Glossary
find-scryfall-json ( type -- json/f )
Vocabulary
scryfall
Inputs
type
an
object
Outputs
json/f
an
object
Definition
USING:
assocs
kernel
sequences
;
IN:
scryfall
:
find-scryfall-json
( type -- json/f )
[
download-scryfall-bulk-json
"data"
of
]
dip
[
[
"type"
of
]
]
dip
[
=
]
curry
compose
filter
?first
;