EU Parliament Monitor — API Documentation - v0.9.24
    Preparing search index...
    • Add an article ID to every key's list in a lookup map (deduplicating). Skips dangerous keys (__proto__, constructor, prototype) to prevent prototype pollution.

      Parameters

      • map: Record<string, string[]>

        Lookup map (actor/domain/procedure → article IDs)

      • keys: readonly string[]

        Keys under which to register the article ID

      • articleId: string

        Article ID to add

      Returns void