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]

Converts a JSON object into a GistCommit.

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