Skip to content

Commit

Permalink
Add Zen API Support
Browse files Browse the repository at this point in the history
  • Loading branch information
azenla committed Aug 30, 2014
1 parent a231623 commit bcf2ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/common/github.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ class GitHub {
return new PaginationHelper(this).objects("GET", "/user/teams", Team.fromJSON);
}

Future<String> zen() => request("GET", "/zen").then((response) => response.body);

Stream<TrendingRepository> trendingRepositories({String language, String since: "daily"}) =>
_trendingRepos(language: language, since: since);

Expand Down

0 comments on commit bcf2ed5

Please sign in to comment.