arxiv-api-wrapper - v2.1.2
    Preparing search index...

    Interface ArxivFeedMeta

    Metadata about the arXiv query feed/response.

    interface ArxivFeedMeta {
        id: string;
        updated: string;
        title: string;
        link: string;
        totalResults: number;
        startIndex: number;
        itemsPerPage: number;
    }
    Index

    Properties

    id: string

    Feed identifier

    updated: string

    Feed last update timestamp (ISO 8601 format)

    title: string

    Feed title

    link: string

    Link to the query that generated this feed

    totalResults: number

    Total number of results matching the query

    startIndex: number

    Starting index of results in this page (0-based)

    itemsPerPage: number

    Number of items per page in this response