We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37f965 commit 5ad8d00Copy full SHA for 5ad8d00
1 file changed
README.md
@@ -38,6 +38,12 @@ curl -X POST \
38
-H "Content-Type: application/json" \
39
-d '{"score":1337,"playerName":"Sean Plott","cheatMode":false}' \
40
http://localhost:1337/parse/classes/GameScore
41
+
42
+curl -X POST \
43
+ -H "X-Parse-Application-Id: myAppId" \
44
+ -H "Content-Type: application/json" \
45
+ -d '{}' \
46
+ http://localhost:1337/parse/functions/hello
47
```
48
49
Example using it via JavaScript:
0 commit comments