@maschinenlesbar.org/govdata-cli
    Preparing search index...

    Interface ListParams

    Parameters for the *_list endpoints.

    interface ListParams {
        all_fields?: boolean;
        limit?: number;
        offset?: number;
    }
    Index
    all_fields?: boolean

    Return full objects instead of just names (organization/group lists).

    limit?: number
    offset?: number