Python烧瓶VV中的待办事项列表API

时间:2021-02-18 07:47:59
【文件属性】:
文件名称:Python烧瓶VV中的待办事项列表API
文件大小:5.52MB
文件格式:ZIP
更新时间:2021-02-18 07:47:59
Python Python Flask中的Todo List API 这是一个交互式教程,将教您如何使用Python和Pipenv使用Python Flask框架创建API。 请单击此处开始教程: 关于我们将要建设的项目 在本教程中,我们将构建一个REST API,该API将3个端点公开给互联网: GET /todos POST /todos DELETE /todos/ GET /待办事项 将返回所有待办事项的清单,如下所示: [ { "done" : true , "label" : "Sample Todo 1" } , { "done" : true , "label" : "Sample Todo 2" } ] POST /待办事项 它将向列表中添加一个新的待办事项
【文件预览】:
Todo-List-API-in-Python-Flask-VV-master
----.gitignore(367B)
----bc.json(6KB)
----.theia()
--------settings.json(31B)
----README.md(1KB)
----.breathecode()
--------assets()
--------exercises()
----.gitpod.Dockerfile(139B)
----.gitpod.yml(482B)

网友评论