list-issue-comments-by-id ( owner repo comment-id -- json )


Vocabulary
github

Inputs
owneran object
repoan object
comment-idan object


Outputs
jsonan object


Definition


: list-issue-comments-by-id
( owner repo comment-id -- json )
"/repos/%s/%s/issues/%d/comments" sprintf github-get-json ;