Handbook
Glossary
github-sha-files-recursive-for-path ( owner repo sha path/f -- files )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
sha
an
object
path/f
an
object
Outputs
files
an
object
Definition
USING:
formatting
;
IN:
github
:
github-sha-files-recursive-for-path
( owner repo sha path/f -- files )
"/repos/%s/%s/git/trees/%s?recursive=1&%s"
sprintf
github-get-json
;