Github API - Test Config

GET /gists/{gist_id}/comments/{comment_id}
gists

Get a gist comment

Arguments
key gist-id

gist-id [scalar]

The unique identifier of the gist.

API:
Github Open API
(version: 1.1.4)

key comment-id

comment-id [scalar]

The unique identifier of the comment.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json gist-comment

gist-comment [object]

A comment made to a gist.

Attributes
author_association author-association

body string

The comment text.

created_at string

id integer

node_id string

updated_at string

url string

API:
Github Open API
(version: 1.1.4)
304 not_modified

not_modified [scalar]

Not modified

API:
Github Open API
(version: 1.1.4)
403 forbidden_gist

forbidden_gist [scalar]

Forbidden Gist

API:
Github Open API
(version: 1.1.4)
404 not_found

not_found [scalar]

Resource not found

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)