Handbook
Glossary
get-files-from-sha ( owner repo sha files -- seq )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
sha
an
object
files
an
object
Outputs
seq
an
object
Definition
USING:
arrays
assocs
kernel
;
IN:
github
:
get-files-from-sha
( owner repo sha files -- seq )
[
"filename"
of
github-sha-file-meta-and-contents
2array
]
with
with
with
zip-with
;