milesrichardson / ParsePy

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

get ACL in an object #176

Closed ccfiel closed 5 years ago

ccfiel commented 5 years ago

In javascripts and other SDK language they have a object.getACL. I tried to look at the code but I cannot find one. Any idea how to get the existing ACL of an object?

milesrichardson commented 5 years ago

object.ACL should work