Skip to content

Commit

Permalink
Add contributions field to User (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
oybek authored and BenFradet committed May 2, 2019
1 parent 53856fa commit 94ba818
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ case class User(
following_url: Option[String] = None,
`type`: String = "User", // I think this can be either "User" or "Organization"
hireable: Option[Boolean] = None,
public_repos: Option[Int] = None
public_repos: Option[Int] = None,
contributions: Option[Int] = None
)

0 comments on commit 94ba818

Please sign in to comment.