Skip to content

Instantly share code, notes, and snippets.

@kkestell
Created November 10, 2011 14:42
Show Gist options
  • Save kkestell/1355001 to your computer and use it in GitHub Desktop.
Save kkestell/1355001 to your computer and use it in GitHub Desktop.
Rails REST Testing with cURL
curl -v -H "Accept: application/json" -X GET -d 'limit=10&offset=20' http://localhost:3000/users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment