main

command
v0.0.0-...-be1536b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2016 License: Apache-2.0 Imports: 10 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL