pktck / ParsePy

A Python wrapper for the Parse.com API
GNU General Public License v3.0
79 stars 24 forks source link

Unit tests, Auth fix, increment(), etc #9

Closed dgrtwo closed 1 year ago

dgrtwo commented 12 years ago

Great work on this really useful module!

I've made a couple of small changes I think will be helpful- I hope you take a look.

-Changed the authorization header- the original one appears to no longer work with the Parse API

-Added simple unit tests in tests.py that should help future development and easily check for API compatibility.

-Added a ParseObject.increment(key) method

-pep8 compliance