[go: up one dir, main page]

aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2012-04-04 00:13:21 +0200
committerDavid Medina <davidmedina9@gmail.com>2012-04-04 00:13:21 +0200
commit6dfa63bfa54ceb8eb3071ce1362f9a6de266bd32 (patch)
tree0cc9afc54fa862f278addc8b234522d3d179d793 /README.rst
parentGists service done (diff)
downloadpython-github3-0.3.tar.xz
python-github3-0.3.zip
:sparkles: Release 0.3 :sparkles:0.3
- Gists service completed - Fix bugs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f132b19..d37650b 100644
--- a/README.rst
+++ b/README.rst
@@ -38,12 +38,16 @@ Achievements
-------------
- The core
-- `User service <http://developer.github.com/v3/users/>`_
+- `Users service <http://developer.github.com/v3/users/>`_
+- `Repos service <http://developer.github.com/v3/repos/>`_
+- `Gists service <http://developer.github.com/v3/gists/>`_
TODO
-----
-- `Repo service <http://developer.github.com/v3/repos/>`_
+- Services: Git Data, Issues, Orgs, Pull Requests, Events
+- Oauth authorization API (service?)
+- Proxy methods into resources (e.g copitux.followers())
Contribute
-----------