Ver código fonte

Merge pull request #6 from moflo/patch-1

Update README.md
Fosco Marotto 9 anos atrás
pai
commit
2f631e3496
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -38,6 +38,12 @@ curl -X POST \
   -H "Content-Type: application/json" \
   -d '{"score":1337,"playerName":"Sean Plott","cheatMode":false}' \
   http://localhost:1337/parse/classes/GameScore
+  
+curl -X POST \
+  -H "X-Parse-Application-Id: myAppId" \
+  -H "Content-Type: application/json" \
+  -d '{}' \
+  http://localhost:1337/parse/functions/hello
 ```
 
 Example using it via JavaScript: