Commit Graph

12 Commits

Author SHA1 Message Date
Adi Sieker dd0c6f906d fixed the last remanants of the old api.get calls.
in the initial commit I missed 2 places of the old api calls.
I was also passing in the wrong dict to Groups.import_from_api
2011-05-19 23:18:44 +02:00
Adi Sieker 28c144004a initial commit of async branch.
This branch will contain the work to optionally use the library
asynchronously.

All api communication and deserialization is now in a class
Endpoints in the api module. All api.get calls have been replaced
with calls to the new endpoints. Also all the endpoints for the
convore api are already available.
2011-05-17 17:15:11 +02:00
Kenneth Reitz 17f8c92d12 Search is now a method. 2011-02-22 01:02:16 -05:00
Kenneth Reitz 17447de05a Search endpoint works. 2011-02-21 15:55:24 -05:00
Kenneth Reitz 5377ecfd47 GroupDiscoverSearch started 2011-02-21 15:48:22 -05:00
Kenneth Reitz b82d422b10 better error syntax 2011-02-21 15:40:28 -05:00
Kenneth Reitz 07844037ae Find out more about groups. 2011-02-21 15:39:57 -05:00
Kenneth Reitz 8b82223b6d Category support 2011-02-21 15:20:52 -05:00
Kenneth Reitz a420529574 Anyjson, docstrings 2011-02-21 14:21:56 -05:00
Kenneth Reitz 109e51954c new style api get call 2011-02-21 13:12:50 -05:00
Kenneth Reitz c86ec88c4c Added skeleton Category 2011-02-20 14:49:37 -05:00
Kenneth Reitz 00b352372c API refactor 2011-02-20 14:23:20 -05:00