RequestDTO: {
    from: string;
    offset: number;
    repo: string;
    to: string;
}

Type declaration

  • from: string

    Unix timestamp.

  • offset: number

    UTC offset in hours.

    -5
    
    3
    
  • repo: string

    Repository name to get metrics for.

  • to: string

    Unix timestamp.

Valid request data transfer object.