Wasm Directoryalpha
Record

get-article-article-id-response

No description available.

record get-article-article-id-response {
  author: option​<string>,
  claps: option​<s32>,
  id: option​<string>,
  image-url: option​<string>,
  is-locked: option​<bool>,
  is-series: option​<bool>,
  lang: option​<string>,
  last-modified-at: option​<string>,
  publication-id: option​<string>,
  published-at: option​<string>,
  reading-time: option​<f64>,
  responses-count: option​<s32>,
  subtitle: option​<string>,
  tags: option​<list​<string>>,
  title: option​<string>,
  topics: option​<list​<string>>,
  url: option​<string>,
  voters: option​<s32>,
  word-count: option​<s32>,
}

Fields

NameTypeDescription
authoroption​<string>
clapsoption​<s32>
idoption​<string>
image-urloption​<string>
is-lockedoption​<bool>
is-seriesoption​<bool>
langoption​<string>
last-modified-atoption​<string>
publication-idoption​<string>
published-atoption​<string>
reading-timeoption​<f64>
responses-countoption​<s32>
subtitleoption​<string>
tagsoption​<list​<string>>
titleoption​<string>
topicsoption​<list​<string>>
urloption​<string>
votersoption​<s32>
word-countoption​<s32>