Skip to content

Instantly share code, notes, and snippets.

@JordiCorbilla
Created May 21, 2016 22:37
Show Gist options
  • Save JordiCorbilla/7007b22c6b45a3dd44b668b55e2cb62d to your computer and use it in GitHub Desktop.
Save JordiCorbilla/7007b22c6b45a3dd44b668b55e2cb62d to your computer and use it in GitHub Desktop.
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