Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Jul 23, 2012
1 parent a867416 commit 754dc4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ReadMe.md
Expand Up @@ -17,7 +17,7 @@ You can also clone it on [Github](http://github.com/jacquev6/PyGithub).
Tutorial
========

First create a Gihub instance:
First create a Gihtub instance:

from github import Github

Expand Down Expand Up @@ -53,6 +53,11 @@ Projects using PyGithub
History
=======

[Version 1.4](https://github.com/jacquev6/PyGithub/issues?milestone=8&state=closed) (July 29th, 2012)
-----------------------------------------------------------------------------------------------------

* Allow connection to a custom Github URL, for Github Enterprise, thank you very much [engie](https://github.com/engie) for the merge request

[Version 1.3](https://github.com/jacquev6/PyGithub/issues?milestone=7&state=closed) (July 13th, 2012)
-----------------------------------------------------------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions doc/ReferenceOfClasses.md
Expand Up @@ -17,6 +17,8 @@ Constructed from user's login and password or OAuth token or nothing:
g = Github( token )
g = Github()

You can add an argument `base_url = "http://my.enterprise.com:8080/path/to/github"` to connect to a local install of Github (ie. Github Enterprise).

Attributes
----------
* `rate_limiting`: tuple of two integers: remaining and limit, as explained in [Rate Limiting](http://developer.github.com/v3/#rate-limiting)
Expand Down

0 comments on commit 754dc4a

Please sign in to comment.