Skip to content

StarGist

[Source]

Stars a gist for the authenticated user.

primitive val StarGist

Constructors

create

[Source]

new val create()
: StarGist val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


by_url

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns