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 > <
Ecosystem
proxy.golang.org
proxy.golang.org
Latest Release
over 12 years ago
v0.0.0-20130530091509-21f569e327f5
over 12 years ago
Versions
1
1
Loading...
Readme
Loading...
Links
| Registry | proxy.golang.org |
| Source | Repository |
| Docs | Documentation |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:golang/github.com/%21google%21cloud%21platform/appengine-angular-gotodos
spec |
| License | Apache-2.0 |
| Namespace | github.com/GoogleCloudPlatform |
| First Release | over 12 years ago |
| Last Synced | 10 days ago |
Repository
| Stars | 112 on GitHub |
| Forks | 28 on GitHub |
Rankings on proxy.golang.org
Overall
Top 8.2%