1.1.0 • Published 3 years ago

@gesetzefinden/ris v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

RIS TypeScript definitions

TypeScript definitions for the API of the Rechtsinformationssystem des Bundes (RIS) - https://www.data.gv.at/katalog/dataset/ris2_6

API ideas:

  • query(category: string, queryOptions?: {}, otherOptions?: { unpackResponse?: true, autoPaginate?: false }): Allows you to retrieve results from various APIs
  • retrieveContent(id, options: { rawXML?: false }): Allows you to retrieve a specific norm content
  • Option to retrieve RIS object or GF object responses (without all the wrapper objects)
  • Option to retrieve parsed and processed norm content (instead of XML)

  • namespace the APIs? E.g. decisions.search(), laws.search() or BrKons.search() Better alternative: search('Bundesrecht', options = {})


Copyright GesetzeFinden.at