@nondef/ts-oai-pmh
    Preparing search index...

    Interface TOAIRequest

    interface TOAIRequest {
        attributes: Record<string, string>;
        baseUrl: string;
        verb?:
            | "GetRecord"
            | "Identify"
            | "ListMetadataFormats"
            | "ListIdentifiers"
            | "ListRecords"
            | "ListSets";
    }
    Index

    Properties

    attributes: Record<string, string>
    baseUrl: string
    verb?:
        | "GetRecord"
        | "Identify"
        | "ListMetadataFormats"
        | "ListIdentifiers"
        | "ListRecords"
        | "ListSets"