Skip to content

GistJsonConverter

[Source]

Converts a JSON object from the GitHub gist API into a Gist. Handles the files object by iterating its key-value pairs and converting each value with GistFileJsonConverter.

primitive val GistJsonConverter is
  JsonConverter[Gist val] val

Implements


Constructors

create

[Source]

new val create()
: GistJsonConverter val^

Returns


Public Functions

apply

[Source]

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns