jcabi / jcabi-github

Java Object-Oriented Wrapper of GitHub API, with a fake implementation of the entire GitHub API (for your tests)
https://github.jcabi.com
Other
305 stars 142 forks source link

Milestone class is missing 2 properties #1026

Open cvrebert opened 9 years ago

cvrebert commented 9 years ago

Per https://developer.github.com/v3/issues/milestones/#get-a-single-milestone , Milestones have updated_at and closed_at attributes, but http://github.jcabi.com/apidocs-0.21.3/com/jcabi/github/Milestone.Smart.html seems to be currently missing corresponding properties for these.

dmarkov commented 9 years ago

@yegor256 please pay attention to this issue