From 67b342a6c7453859581076bd02ec9ad748e758fd Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Thu, 10 Mar 2016 20:43:16 +0800 Subject: [PATCH] Test parse cloud --- test-parse-cloud | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 test-parse-cloud diff --git a/test-parse-cloud b/test-parse-cloud new file mode 100755 index 0000000..562a0ed --- /dev/null +++ b/test-parse-cloud @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +curl -X POST \ +-H "X-Parse-Application-Id: appId" \ +-H "Content-Type: application/json" \ +-d '{}' \ +http://localhost:1337/parse/functions/hello