mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 03:41:08 +00:00
Doc for NamedUser.get_keys (Issue #130)
This commit is contained in:
@@ -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
|
||||
-----------------
|
||||
|
||||
@@ -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`
|
||||
|
||||
@@ -896,6 +896,10 @@ Orgs
|
||||
----
|
||||
* `get_orgs()`: `PaginatedList` of `Organization`
|
||||
|
||||
Keys
|
||||
----
|
||||
* `get_keys()`: `PaginatedList` of `UserKey`
|
||||
|
||||
Repos
|
||||
-----
|
||||
* `get_repo( name )`: `Repository`
|
||||
|
||||
Reference in New Issue
Block a user