An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/googlecloudplatform/appengine-angular-gotodos : v0.0.0-20130530091509-21f569e327f5

gotodos is an App Engine JSON backend for managing a todo list. It supports the following commands: - Create a new todo POST /todos > {"text": "do this"} < {"id": 1, "text": "do this", "created": 1356724843.0, "done": false} - Update an existing todo POST /todos > {"id": 1, "text": "do this", "created": 1356724843.0, "done": true} < {"id": 1, "text": "do this", "created": 1356724843.0, "done": true} - List existing todos: GET /todos > < [{"id": 1, "text": "do this", "created": 1356724843.0, "done": true}, - Delete 'done' todos: DELETE /todos > <

Registry - Documentation - Download - JSON
purl: pkg:golang/github.com/googlecloudplatform/appengine-angular-gotodos@v0.0.0-20130530091509-21f569e327f5
Published:
Indexed:

    Loading...
    Readme
    Loading...