a little bit of direction

This commit is contained in:
Kenneth Reitz
2011-02-13 10:41:08 -05:00
parent f658467e65
commit ab6875fb11
+16 -2
View File
@@ -14,12 +14,26 @@ Convore: Python API Wrapper
Overview
--------
TBD
This is going to be awesome, and modeled after the excellent github2 module.
Usage
-----
TBD
Hmm.. ::
>>> from convore import Convore
>>> convore = Convore('username', 'password')
>>> concore.groups
[<group id='123'>, ...]
convore.groups[id] ?
convore.groups.create(name, decription=None, slug=None)
Installation
------------