Common Parse API Operations

Get schema

curl -X GET \
-H "X-Parse-Application-Id: ${APPLICATION_ID}" \
-H "X-Parse-Master-Key: ${MASTER_KEY}" \
-H "Content-Type: application/json" \
https://wiki.twcloud.tech:1337/parse/schemas 

Drop schema

curl -X DELETE\
-H "X-Parse-Application-Id: ${APPLICATION_ID}" \
-H "X-Parse-Master-Key: ${MASTER_KEY}" \
-H "Content-Type: application/json" \
https://api.parse.com/1/schemas/${SCHEMA}

Revision #1
Created 5 April 2017 23:25:37 by Tingwai
Updated 5 April 2017 23:27:07 by Tingwai