Options
All
  • Public
  • Public/Protected
  • All
Menu

Module api

Index

Functions

CommitActivity

  • Parameters

    • user: string

      The User of "repo"

    • repo: string

      The name of the Repo

    Returns Promise<CommitActivityType[]>

    the last year of commit activity grouped by week as JSON object

PunchCard

  • PunchCard(user: string, repo: string): Promise<PunchCardType[]>
  • Parameters

    • user: string

      The User of "repo"

    • repo: string

      The name of the Repo

    Returns Promise<PunchCardType[]>

    the hourly commit count for each day as JSON object

Repos

  • Parameters

    • user: string

      The User

    Returns Promise<ReposType[]>

    public repositories for the specified user as JSON object

Generated using TypeDoc