I found that when using the parse-node
package, you can no longer use Parse.Cloud.httpRequest
. I also know that Parse's Image
object won't be available.
So far, I've been able to replace some Parse promises with native ones and use axios
to make network requests.
However, I'm relatively new to Node, so I'm curious as to what are the most direct replacements for these, and how do I use them?