Skip to content

Instantly share code, notes, and snippets.

@trydofor
Last active September 9, 2017 05:36
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 trydofor/9fffa3e1196e65b242e3 to your computer and use it in GitHub Desktop.
Save trydofor/9fffa3e1196e65b242e3 to your computer and use it in GitHub Desktop.
curl sample
# POST
curl --include
--request POST
--header "Content-type: application/json"
--data '{"name":"Nuthanger Farm","location":{"lat" : 51.244031,"long" : -1.263224}}'
http://localhost:9000/trydofor
# GET
curl --include http://localhost:9000/trydofor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment