diff options
| author | 2012-04-04 00:13:21 +0200 | |
|---|---|---|
| committer | 2012-04-04 00:13:21 +0200 | |
| commit | 6dfa63bfa54ceb8eb3071ce1362f9a6de266bd32 (patch) | |
| tree | 0cc9afc54fa862f278addc8b234522d3d179d793 /README.rst | |
| parent | Gists service done (diff) | |
| download | python-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.rst | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 ----------- |