Skip to content

Instantly share code, notes, and snippets.

@handakumbura
Last active April 26, 2017 04:56
Show Gist options
  • Save handakumbura/9c92cbe764d5992a1f25b704eebd8248 to your computer and use it in GitHub Desktop.
Save handakumbura/9c92cbe764d5992a1f25b704eebd8248 to your computer and use it in GitHub Desktop.
curl sample
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