EU Parliament Monitor - API Documentation - v0.7.1
    Preparing search index...

    Function fixAllArticles

    • Fix all articles in the news directory.

      Parameters

      • dryRun: boolean = false

        If true, only report what would change

      Returns {
          total: number;
          fixed: number;
          skipped: number;
          results: { changed: boolean; description: string }[];
      }

      Summary of changes