Last active
April 26, 2017 04:56
-
-
Save handakumbura/9c92cbe764d5992a1f25b704eebd8248 to your computer and use it in GitHub Desktop.
curl sample
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 GET -v $ENDPOINT > RESPONSE | |
cat $RESPONSE | grep -i "success" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment