Skip to content

Instantly share code, notes, and snippets.

@rroblak
Last active August 29, 2015 13:59
Show Gist options
  • Save rroblak/10919032 to your computer and use it in GitHub Desktop.
Save rroblak/10919032 to your computer and use it in GitHub Desktop.
JSON request from the shell
curl -X GET -H "Accept: application/json" -H "Authorization: Bearer <access token>" localhost:3000/api/v1/quizzes/new
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer <access token>" localhost:3000/api/v1/quizzes -d '{"quiz":{"answers":[0,1,2,3]}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment