Skip to content

Instantly share code, notes, and snippets.

@WaseemTheDream
Created July 28, 2014 00:16
Show Gist options
  • Save WaseemTheDream/9d99b34fd2d2abda982c to your computer and use it in GitHub Desktop.
Save WaseemTheDream/9d99b34fd2d2abda982c to your computer and use it in GitHub Desktop.
Place GET Query
curl -X GET \
-H "X-Parse-Application-Id: FpiNAPH6LROJqpuYHyIG7X1xgQiLcGjECxWZU2ys" \
-H "X-Parse-REST-API-Key: 6Elt7uJH5nG7U4Yc6TKUdxyDjYqfvOKUPtxw2Qbx" \
-G \
--data-urlencode 'where={"symbol":"DCH"}' \
https://api.parse.com/1/classes/Place
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment