Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cloud Code][Validation] Pass in request object #468

Merged
merged 8 commits into from
Feb 18, 2016

Conversation

codegefluester
Copy link
Contributor

In #226 I implemented basic Cloud Function validation logic, the flaw this approach had though is that it only passes in the request parameters which does not contain the user for example.

This PR "fixes" this and passes in the complete request to the validation method.

(I also sneaked in a test for calling a non-existing Cloud Function)

gfosco added a commit that referenced this pull request Feb 18, 2016
[Cloud Code][Validation] Pass in request object
@gfosco gfosco merged commit d1476ec into parse-community:master Feb 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants