Skip to content

UpdateGistComment

[Source]

Updates an existing comment on a gist with a new body text.

primitive val UpdateGistComment

Constructors

create

[Source]

new val create()
: UpdateGistComment val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


by_url

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns