Skip to content

sergiofbsilva/bennu-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5961b3e · Jul 30, 2015

History

3 Commits
Jul 30, 2015
Jul 30, 2015
Jul 30, 2015
Jul 30, 2015

Repository files navigation

bennu-todo

curl -X GET http://localhost:8080/demo-webapp/api/todos
curl -X POST -d todoJson="{'text': 'Buy Onions'}" -H 'X-Requested-With: curl' http://localhost:8080/demo-webapp/api/todos
curl -X PUT -H 'X-Requested-With: curl' http://localhost:8080/demo-webapp/api/todos/281719789846530
curl -X DELETE -H 'X-Requested-With: curl' http://localhost:8080/demo-webapp/api/todos/281719789846530

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages