Handbook
Glossary
list-repository-collaborators ( owner repo -- json )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
json
an
object
Definition
USING:
formatting
;
IN:
github
:
list-repository-collaborators
( owner repo -- json )
"/repos/%s/%s/collaborators"
sprintf
map-github-pages-100-json
;