Skip to content

Instantly share code, notes, and snippets.

@hcwiley
Created June 1, 2012 21:37
Show Gist options
  • Save hcwiley/2855297 to your computer and use it in GitHub Desktop.
Save hcwiley/2855297 to your computer and use it in GitHub Desktop.
add to mongodb
curl -v -H "Accept: application/json" -H "Content-type: application/json" -X POST -d ' {"title":"boo","description":"hahaha"}' -X POST http://localhost:8080/api/lesson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment