Handbook
Glossary
single-repository-starred? ( owner repo -- ? )
Vocabulary
github
Inputs
owner
an
object
repo
an
object
Outputs
?
an
object
Definition
USING:
formatting
;
IN:
github
:
single-repository-starred?
( owner repo -- ? )
"/user/starred/%s/%s"
sprintf
github-get-success?
;