DataRequest: {
    from: string;
    key: string;
    to: string;
}

Type declaration

  • from: string

    Unix timestamp for which time we query "from".

  • key: string

    The repository name.

  • to: string

    Unix timestamp for which time we query "to".

Input request to retrieve data from the repository.