-
Notifications
You must be signed in to change notification settings - Fork 76
Home
lucjon edited this page Sep 14, 2010
·
28 revisions
Welcome to the Py-StackExchange wiki!
See the FAQ
A new API version (1.0) has been released. As far as I’m aware, there aren’t really any changes, but if you encounter any difficulties, just pull from the 0.9 branch instead.
- Fix/investigate this bug
- Implement search and post revisions
- Properly implement method parameters
- Add exceptions, etc. where appropriate: (see comments on http://stackapps.com/questions/198/py-stackexchange-an-api-wrapper-for-python/736#736)
- Allow eager loading (i.e., auto fetch) globally, and when out-of-bounds index is requested.
-
Convert keyword arguments to correct strings (i.e.,done.('hello', 'world')becomes'hello;world',10becomes'10'). -
Look at adding support for gzip-compressed responsesdone.