Skip to content

Lodestone

Kimon Kar edited this page Jan 21, 2019 · 4 revisions

.lodestone()

https://xivapi.com/docs/Lodestone

Get the current lodestone state.

> let ls = await xiv.lodestone()

> ls.Generated
2019-01-21T21:57:21.428Z

> ls.Updates[0]
{
  time: 2019-01-08T10:18:02.000Z,
  title: 'The Lodestone Updated (Jan. 8)',
  url: 'https://na.finalfantasyxiv.com//lodestone/news/detail/53f922729dc6f3fa7ec7dce433c1ee9ea6cabfc6'
}

Returns: Object

Clone this wiki locally