Doc for NamedUser.get_keys (Issue #130)

This commit is contained in:
Vincent Jacques
2013-02-03 17:29:21 +01:00
parent f7ed860a26
commit 3ab9b1668d
3 changed files with 9 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ What's new?
------------------------------------------------------------------------------------------------------------
* Fix bug in PaginatedList without url parameters. Thank you [llimllib](https://github.com/llimllib) for the [contribution](https://github.com/jacquev6/PyGithub/pull/133)
* [Implement](https://github.com/jacquev6/PyGithub/issues/130) `NamedUser.get_keys`
Previous versions
-----------------
+4
View File
@@ -577,6 +577,10 @@ API `/users/:user/gists`
* GET: `NamedUser.get_gists`
* POST: `NamedUser.create_gist`
API `/users/:user/keys`
=======================
* GET: `NamedUser.get_keys`
API `/users/:user/orgs`
=======================
* GET: `NamedUser.get_orgs`
+4
View File
@@ -896,6 +896,10 @@ Orgs
----
* `get_orgs()`: `PaginatedList` of `Organization`
Keys
----
* `get_keys()`: `PaginatedList` of `UserKey`
Repos
-----
* `get_repo( name )`: `Repository`