aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-05-12 23:16:56 +0200
committerDavid Medina <davidmedina9@gmail.com>2012-05-12 23:16:56 +0200
commitdd29354dd13d49c1d41bbc433df0f0c2e162c696 (patch)
tree8b51e3966e36b7d156821de0581172748cedf295
parentMerge 'services/pull_requests' (diff)
downloadpython-github3-dd29354dd13d49c1d41bbc433df0f0c2e162c696.tar.xz
python-github3-dd29354dd13d49c1d41bbc433df0f0c2e162c696.zip
Readme and authors updated
-rw-r--r--AUTHORS.rst1
-rw-r--r--README.rst5
2 files changed, 4 insertions, 2 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst
index 4415d5e..3497c25 100644
--- a/AUTHORS.rst
+++ b/AUTHORS.rst
@@ -23,3 +23,4 @@ Patches and Suggestions
- Antti Kaihola <akaihol+github@ambitone.com>
- Francisco Marcos <fmarcos83@gmail.com>
- Nathaniel Williams <nat.williams@gmail.com>
+- Alejandro Gómez <alejandroogomez@gmail.com>
diff --git a/README.rst b/README.rst
index 6dfe6d4..d7fa447 100644
--- a/README.rst
+++ b/README.rst
@@ -42,13 +42,14 @@ Achievements
- `Repos service <http://developer.github.com/v3/repos/>`_
- `Gists service <http://developer.github.com/v3/gists/>`_
- `Git Data service <http://developer.github.com/v3/git/>`_
+- `Pull requests service <http://developer.github.com/v3/pulls/>`_
TODO
-----
-- Services: Issues, Orgs, Pull Requests, Events
+- Services: Issues, Orgs, Events
- Oauth authorization API (service?)
-- Proxy methods into resources (e.g copitux.followers())
+- Proxy methods into resources (e.g copitux.followers)
Contribute
-----------