Skip to content

Parse.Cloud.httpRequest is not a function #644

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

Closed
zixzelz opened this issue Aug 17, 2018 · 2 comments
Closed

Parse.Cloud.httpRequest is not a function #644

zixzelz opened this issue Aug 17, 2018 · 2 comments

Comments

@zixzelz
Copy link

zixzelz commented Aug 17, 2018

Hi,
I have been trying call function, but I have an error:

Parse.Cloud.httpRequest is not a function

var Parse = require('./parse.js').Parse;

Parse.initialize("*", "*");
Parse.serverURL = 'https://parse.buddy.com/parse/';

Parse.Cloud.httpRequest({ url: "" }).then(function(response) {
});
@flovilmart
Copy link
Contributor

It’s only available within cloud code as stated in the documentations.

@zixzelz
Copy link
Author

zixzelz commented Aug 17, 2018

@flovilmart thank you.

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

No branches or pull requests

3 participants