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

    Interface Config

    Configuration options for the PubMed client

    interface Config {
        apiKey?: string;
        email?: string;
        timeoutSeconds?: number;
        tool?: string;
    }
    Index

    Properties

    apiKey?: string

    NCBI API key for higher rate limits

    email?: string

    Email address for NCBI identification

    timeoutSeconds?: number

    Request timeout in seconds

    tool?: string

    Tool name for NCBI identification