Skip to content

Commit

Permalink
Update cloud-code-advanced.md (parse-community#847)
Browse files Browse the repository at this point in the history
  • Loading branch information
dblythy committed Mar 17, 2022
1 parent 3190f66 commit 0ca8a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/cloudcode/cloud-code-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## httpRequest

You can use your favorite npm module to make HTTP requests, such as [request](https://www.npmjs.com/package/request). Parse Server also supports `Parse.Cloud.httpRequest` for legacy reasons. It allows you to send HTTP requests to any HTTP Server. This function takes an options object to configure the call.
You can use your favorite npm module to make HTTP requests, such as [axios](https://www.npmjs.com/package/axios). Parse Server also supports `Parse.Cloud.httpRequest` for legacy reasons. It allows you to send HTTP requests to any HTTP Server. This function takes an options object to configure the call.

A simple GET request would look like:

Expand Down

0 comments on commit 0ca8a55

Please sign in to comment.