I'm new to parse, and can't seem to find out where I can aquire an API Key. I have my Master key and AppId, but no API Key. Is it possible to use this gem with no APIKey?
Yes, you can use the gem with just App ID and Master key. You don't need the REST API key if you are using the Master Key (see documentation) since it will override any other more restricted key. Youc an find
Hey there,
I'm new to parse, and can't seem to find out where I can aquire an API Key. I have my Master key and AppId, but no API Key. Is it possible to use this gem with no APIKey?