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

register without having a REST_API_KEY #154

Closed lancdec closed 7 years ago

lancdec commented 7 years ago

It is my understanding that the REST_API_KEY is not longer required for parse server. Therefore is it possible to not require a REST_API_KEY much like the master key is optional?

I have resolved this issue by setting

REST_API_KEY = None

This satisfies the need for three parameters in the register function call even though the rest key is not used.

milesrichardson commented 7 years ago

Hey, sorry just seeing this -- glad you got it resolved - I was going to suggest the same :)