fetchContributions(username: string): Promise<{calendar: string, contributions: Array<{date: string, count: number}>}, Error>{date:>{calendar:>
Fetch contributions of GitHub user
fetchStats(username: string, opts: Object): Promise<Stats, Error>
Fetch contributions and streaks of GitHub user
Stats: Object
Streak: Object