Documentation ¶
Overview ¶
+build appenginevm This package implements a simple HTTP server providing a REST API to a todo handler.
It provides six methods:
GET /todos Retrieves all the todos. POST /todos Creates a new todo given a title. DELETE /todos Deletes all completed todos. GET /todos/{todoKey} Retrieves the todo with the given key. PUT /todos/{todoKey} Updates the todo with the given key. DELETE /todos/{todoKey} Deletes the todo with the given key.
Every method below gives more information about every API call, its parameters, and its results.
Click to show internal directories.
Click to hide internal directories.