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

Add ability to drop whole classes #100

Closed dankrause closed 9 years ago

dankrause commented 9 years ago

It's possible to drop whole classes via the API. It doesn't seem to be documented, and it's unintuitive, but here it is:

ParseBase.POST("/schemas/{class}", _method="DELETE", _ClientVersion="browser")

I can add a "drop_class" class method to ParseBase, or to ParseResource - I'm not sure which one would be better.