Skip to content

GetGistForks

[Source]

Lists forks of a gist as a paginated list.

primitive val GetGistForks

Constructors

create

[Source]

new val create()
: GetGistForks val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns