You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Neither Pull nor Pull.Smart expose methods to access the head or base members of a pull request's JSON (see https://developer.github.com/v3/pulls/#get-a-single-pull-request ), so it doesn't seem easily possible to access this important pull request info via jcabi-github.
I therefore suggest that head() and base() methods be added to Pull.Smart.
The text was updated successfully, but these errors were encountered:
Neither
Pull
norPull.Smart
expose methods to access thehead
orbase
members of a pull request's JSON (see https://developer.github.com/v3/pulls/#get-a-single-pull-request ), so it doesn't seem easily possible to access this important pull request info via jcabi-github.I therefore suggest that
head()
andbase()
methods be added toPull.Smart
.The text was updated successfully, but these errors were encountered: