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]

Parses the JSON representation of a commit.

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