Skip to content

GistCommentJsonConverter

[Source]

Converts a JSON object from the gist comments API into a GistComment.

primitive val GistCommentJsonConverter is
  JsonConverter[GistComment val] val

Implements


Constructors

create

[Source]

new val create()
: GistCommentJsonConverter val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns