Skip to content

CommitJsonConverter

[Source]

Converts a JSON object from the commits API into a Commit.

primitive val CommitJsonConverter is
  JsonConverter[Commit val] val

Implements


Constructors

create

[Source]

new val create()
: CommitJsonConverter val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns