proxy.golang.org : github.com/GoogleCloudPlatform/appengine-angular-gotodos
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
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/%21google%21cloud%21platform/appengine-angular-gotodos
License: Apache-2.0
Latest release: almost 12 years ago
First release: almost 12 years ago
Namespace: github.com/GoogleCloudPlatform
Stars: 112 on GitHub
Forks: 28 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago