Documentation ¶
Overview ¶
Demonstrate basic CRUD operation using a store based on MySQL and GORM
The Curl Demo:
curl -i -d '{"Message":"this is a test"}' http://127.0.0.1:8080/reminders curl -i http://127.0.0.1:8080/reminders/1 curl -i http://127.0.0.1:8080/reminders curl -i -X PUT -d '{"Message":"is updated"}' http://127.0.0.1:8080/reminders/1 curl -i -X DELETE http://127.0.0.1:8080/reminders/1
Click to show internal directories.
Click to hide internal directories.