Skip to content

GistCommitJsonConverter

[Source]

Converts a JSON object from the gist commits endpoint into a GistCommit.

primitive val GistCommitJsonConverter is
  JsonConverter[GistCommit val] val

Implements


Constructors

create

[Source]

new val create()
: GistCommitJsonConverter val^

Returns


Public Functions

apply

[Source]

fun box apply(
  json: JsonNav val,
  creds: Credentials val)
: GistCommit val ?

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns