Github API - Test Config

GET /gists/{gist_id}/comments
gists

List gist comments

Arguments
key gist-id

gist-id [scalar]

The unique identifier of the gist.

API:
Github Open API
(version: 1.1.4)

key per-page

per-page [scalar]

The number of results per page (max 100).

API:
Github Open API
(version: 1.1.4)

key page

page [scalar]

Page number of the results to fetch.

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

forbidden [scalar]

Forbidden

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)