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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For old version please check:
13
13
14
14
A simple Object Oriented wrapper for GitHub API, written with PHP5.
15
15
16
-
Uses [GitHub API v3](http://developer.github.com/v3/). The object API is very similar to the RESTful API.
16
+
Uses [GitHub API v3](http://developer.github.com/v3/) & supports [GitHub API v4](http://developer.github.com/v4). The object API (v3) is very similar to the RESTful API.
17
17
18
18
## Features
19
19
@@ -114,5 +114,6 @@ See the [`doc` directory](doc/) for more detailed documentation.
114
114
- Thanks to [Rolf van de Krol](http://github.com/rolfvandekrol) for his countless contributions.
115
115
- Thanks to [Nicolas Pastorino](http://github.com/jeanvoye) for his contribution on the Pull Request API.
116
116
- Thanks to [Edoardo Rivello](http://github.com/erivello) for his contribution on the Gists API.
117
+
- Thanks to [Miguel Piedrafita](https://github.com/m1guelpf) for his contribution to the v4 & Apps API.
117
118
118
119
Thanks to GitHub for the high quality API and documentation.
0 commit comments