Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GGGApiItemJson

the api response as defined by the offical GGG api. It's not possible to deserialize this format for various reason: a) fields content is already translated and therefore needs an i18n package for deserialization b) only stats are provided. Extracting mods from stats is ambigious.

Hierarchy

  • GGGApiItemJson

Index

Properties

Optional category

category: undefined | {}

Optional corrupted

corrupted: undefined | false | true

Optional craftedMods

craftedMods: string[]

Optional elder

elder: undefined | false | true

Optional enchantMods

enchantMods: string[]

Optional explicitMods

explicitMods: string[]

frameType

frameType: FrameType

identified

identified: boolean

Optional implicitMods

implicitMods: string[]

Optional mirrored

mirrored: undefined | false | true

Optional name

name: undefined | string

Optional properties

properties: LineContent[]

Optional requirements

requirements: LineContent[]

Optional shaper

shaper: undefined | false | true

typeLine

typeLine: string

Optional utilityMods

utilityMods: string[]

Generated using TypeDoc