Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeMidnight
titlecurl -XPOST http://localhost:8080/link -H "Content-Type: application/json" -d '{"link":"http://wiki.iisanse.com"}'
linenumberstrue
SanseMac:reactive-link-shortener-sample-app sanse$ curl -XPOST http://localhost:8080/link -H "Content-Type: application/json" -d '"{\"link\":\"http://wiki.iisanse.com\"}'"
{"shortenedLink":"http://localhost:8080/mrfTuM"}SanseMac:reactive-link-shortener-sample-app sanse$