Skip to content

GistFileJSONConverter

[Source]

Converts a JSON object representing a single gist file into a GistFile. Optional fields that may be absent in list responses are extracted with try/else None.

primitive val GistFileJSONConverter is
  JSONConverter[GistFile val] val

Implements


Constructors

create

[Source]

new val create()
: GistFileJSONConverter val^

Returns


Public Functions

apply

[Source]

Converts a JSON object into a GistFile.

fun box apply(
  json: JSONNav val,
  creds: Credentials val)
: GistFile val ?

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns