Skip to content

GetGistRevision

[Source]

Fetches a specific revision of a gist by its commit SHA.

primitive val GetGistRevision

Constructors

create

[Source]

new val create()
: GetGistRevision val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns