Function requestItem

  • Parameters

    • qid: string

      the id of the entity

    • Optional config: RequestConfig

      the config object

    Returns Promise<Item>

    the promise of a wikidata Item

    Example

    const item = requestItem('Q42')
    

Generated using TypeDoc