Created
May 21, 2016 22:37
-
-
Save JordiCorbilla/7007b22c6b45a3dd44b668b55e2cb62d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST \ | |
-H "X-Parse-Application-Id: thunderParse" \ | |
-H "Content-Type: application/json" \ | |
-d '{"version":"0.0","Id":"1","photos":100,"views":100,"likes":100,"comments":100}' \ | |
http://localhost:1337/parse/classes/Instances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment