0.7.x
will be the final feature release that will support Python 2.7 and 3.5
- Implements tests for nearly all modules in the
urls
package (client side has been deprecated by Basecamp, so testing things likeclient_replies
andclient_correspondence
will require more effort than I can expend on it at the moment). - URL endpoints' functions' parameters now take the same parameters as their corresponding API calls and use those parameters when
url.request()
is called.
Full Changelog: v0.7.0...v0.7.2