diff options
author | 2012-05-12 23:16:56 +0200 | |
---|---|---|
committer | 2012-05-12 23:16:56 +0200 | |
commit | dd29354dd13d49c1d41bbc433df0f0c2e162c696 (patch) | |
tree | 8b51e3966e36b7d156821de0581172748cedf295 | |
parent | Merge 'services/pull_requests' (diff) | |
download | python-github3-dd29354dd13d49c1d41bbc433df0f0c2e162c696.tar.xz python-github3-dd29354dd13d49c1d41bbc433df0f0c2e162c696.zip |
Readme and authors updated
-rw-r--r-- | AUTHORS.rst | 1 | ||||
-rw-r--r-- | README.rst | 5 |
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> @@ -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 ----------- |