{"@context":"https://w3id.org/codemeta/3.0","@type":"SoftwareSourceCode","identifier":"pkg:golang/github.com/googlecloudplatform/appengine-angular-gotodos","name":"github.com/googlecloudplatform/appengine-angular-gotodos","description":"gotodos is an App Engine JSON backend for managing a todo list.\n\nIt supports the following commands:\n\n- Create a new todo\nPOST /todos\n\u003e {\"text\": \"do this\"}\n\u003c {\"id\": 1, \"text\": \"do this\", \"created\": 1356724843.0, \"done\": false}\n\n- Update an existing todo\nPOST /todos\n\u003e {\"id\": 1, \"text\": \"do this\", \"created\": 1356724843.0, \"done\": true}\n\u003c {\"id\": 1, \"text\": \"do this\", \"created\": 1356724843.0, \"done\": true}\n\n- List existing todos:\nGET /todos\n\u003e\n\u003c [{\"id\": 1, \"text\": \"do this\", \"created\": 1356724843.0, \"done\": true},\n\n- Delete 'done' todos:\nDELETE /todos\n\u003e\n\u003c","version":"v0.0.0-20130530091509-21f569e327f5","softwareVersion":"v0.0.0-20130530091509-21f569e327f5","license":"https://spdx.org/licenses/Apache-2.0","codeRepository":"https://github.com/googlecloudplatform/appengine-angular-gotodos","issueTracker":"https://github.com/GoogleCloudPlatform/appengine-angular-gotodos/issues","url":"https://github.com/googlecloudplatform/appengine-angular-gotodos","programmingLanguage":{"@type":"ComputerLanguage","name":"Go"},"dateCreated":"2013-05-30","dateModified":"2013-05-30","datePublished":"2013-05-30","copyrightYear":2013,"downloadUrl":"https://proxy.golang.org/github.com/googlecloudplatform/appengine-angular-gotodos/@v/v0.0.0-20130530091509-21f569e327f5.zip","softwareHelp":{"@type":"WebSite","url":"https://pkg.go.dev/github.com/googlecloudplatform/appengine-angular-gotodos#section-documentation"},"applicationCategory":"go","runtimePlatform":"go","developmentStatus":"active","sameAs":["https://pkg.go.dev/github.com/googlecloudplatform/appengine-angular-gotodos"],"https://www.w3.org/ns/activitystreams#likes":112,"https://forgefed.org/ns#forks":28}