Skip to content

AssetJSONConverter

[Source]

Converts a JSON object into an Asset.

primitive val AssetJSONConverter is
  JSONConverter[Asset val] val

Implements


Constructors

create

[Source]

new val create()
: AssetJSONConverter val^

Returns


Public Functions

apply

[Source]

Parses the JSON representation of a release asset.

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns