Skip to content
lucjon edited this page Sep 14, 2010 · 28 revisions

Welcome to the Py-StackExchange wiki!

See the FAQ

New API Version

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.

Things to do

  • 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., ('hello', 'world') becomes 'hello;world', 10 becomes '10'). done.
  • Look at adding support for gzip-compressed responses done.

Clone this wiki locally