Skip to content

Instantly share code, notes, and snippets.

@JogoShugh
Created April 19, 2017 19:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JogoShugh/2222507db186d7af98d87611f0e8163a to your computer and use it in GitHub Desktop.
Save JogoShugh/2222507db186d7af98d87611f0e8163a to your computer and use it in GitHub Desktop.
cURL samples
curl -i -X GET -H "Authorization:Bearer 1.ssLSvrWNRgUHG0/64uz6oczqVfw=" "http://localhost/VersionOneWin/rest-1.oauth.v1/Data/Member?where=IsSelf='true'"
curl -i -X GET -H "Authorization:Bearer 1.ssLSvrWNRgUHG0/64uz6oczqVfw=" 'http://localhost/VersionOneWin/rest-1.oauth.v1/Data/Member?where=IsSelf="true"'
curl -i -X GET -H "Authorization:Bearer 1.ssLSvrWNRgUHG0/64uz6oczqVfw=" "http://localhost/VersionOneWin/rest-1.oauth.v1/Data/Member?where=IsSelf=\"true\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment