github-sha-files-recursive-for-path ( owner repo sha path/f -- files )


Vocabulary
github

Inputs
owneran object
repoan object
shaan object
path/fan object


Outputs
filesan object


Definition


: 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 ;