From a0796782a82bf6ab4c8b1a0d434737aecad5fa9d Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Fri, 6 Sep 2013 11:10:46 +0200 Subject: [PATCH] Update readme --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 32e67f35..6f728c26 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,7 @@ Starting today (September 05th, 2013), we now need more than 8 bits to store the * Implement persistence of PyGithub objects: ``Github.save`` and ``Github.load``. Don't forget to ``update`` your objects after loading them, it won't decrease your rate limiting quota if nothing has changed. Again, thank you `akfish `_ * Implement ``Github.get_repos`` to get all public repositories * Implement ``NamedUser.has_in_following`` +* `Implement `_ ``Github.get_api_status``, ``Github.get_last_api_status_message`` and ``Github.get_api_status_messages``. Thank you `ruxandraburtica `_ for asking * Technical change: HTTP headers are now stored in retrieved objects. This is a base for new functionalities. Thank you `akfish `_ for the pull request * Use the new URL to fork gists (minor change) * Use the new URL to test hooks (minor change)