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

add support for jobs end point #135

Closed amitmalhotra closed 8 years ago

amitmalhotra commented 8 years ago

jobs endpoint is similar to functions end point. it would be nice to have it supported as well.

milesrichardson commented 8 years ago

The concept of Jobs does not exist in self-hosted parse-server (jobs was always a hacky workaround anyway), so does it make sense to support this feature of parse that will disappear in a few months?

danrobinson commented 8 years ago

While I'm inclined to agree with Miles, I don't see a downside to accepting the pull request as is (and dropping it once Parse.com shuts down). Does anyone else see a downside?

milesrichardson commented 8 years ago

agreed with @danrobinson -- this won't break anything