milesrichardson / ParsePy

A relatively up-to-date fork of ParsePy, the Python wrapper for the Parse.com API. Originally maintained by @dgrtwo
MIT License
516 stars 184 forks source link

support Array type #117

Closed hiroara closed 6 years ago

hiroara commented 9 years ago

I added some methods to operate about Array type using these Parse APIs.

Methods that I implemented are addUniqueToArray, addToArray and removeFromArray. Please see these tests.