@gesetzefinden/ris
v1.1.0
Published
TypeScript definitions for the RIS API
Downloads
63
Readme
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