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]

Converts a JSON object into a GistComment.

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