Skip to content

CreateGistComment

[Source]

Creates a new comment on a gist.

primitive val CreateGistComment

Constructors

create

[Source]

new val create()
: CreateGistComment val^

Returns


Public Functions

apply

[Source]

fun box apply(
  gist_id: String 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: CreateGistComment val)
: Bool val

Parameters

Returns


ne

[Source]

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

Parameters

Returns