pubmed-client (Node.js)
    Preparing search index...

    Interface CitationQuery

    Input for a single citation match query (ECitMatch API)

    interface CitationQuery {
        authorName: string;
        firstPage: string;
        journal: string;
        key: string;
        volume: string;
        year: string;
    }
    Index
    authorName: string

    First author name

    firstPage: string

    First page

    journal: string

    Journal title

    key: string

    User-defined key echoed back in the result

    volume: string

    Volume

    year: string

    Publication year