Skip to content

GetGistComments

[Source]

Fetches all comments on a gist as a paginated list.

primitive val GetGistComments

Constructors

create

[Source]

new val create()
: GetGistComments val^

Returns


Public Functions

apply

[Source]

fun box apply(
  gist_id: String val,
  creds: Credentials val)
: Promise[(PaginatedList[GistComment val] val | RequestError val)] tag

Parameters

Returns


by_url

[Source]

fun box by_url(
  url: String val,
  creds: Credentials val)
: Promise[(PaginatedList[GistComment val] val | RequestError val)] tag

Parameters

Returns


eq

[Source]

fun box eq(
  that: GetGistComments val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: GetGistComments val)
: Bool val

Parameters

Returns