EU Parliament Monitor — API Documentation - v0.8.42
    Preparing search index...

    A single daily analysis run directory

    interface PIDailyRun {
        slug: string;
        artifactCount: number;
        relPath: string;
        icon: string;
        artifacts: PIDailyArtifact[];
    }
    Index

    Properties

    slug: string

    Run slug (e.g. "breaking-run190", "motions-run46")

    artifactCount: number

    Number of Markdown artifacts inside the run directory (recursive)

    relPath: string

    Path relative to the repo root of the run directory

    icon: string

    Emoji/icon derived from the run slug

    artifacts: PIDailyArtifact[]

    Individual Markdown artifacts inside the run, sorted by path