flask-restful-api-appengine:用于 Google App Engine 的带有烧瓶的宁静 API

时间:2024-07-18 05:35:22
【文件属性】:

文件名称:flask-restful-api-appengine:用于 Google App Engine 的带有烧瓶的宁静 API

文件大小:5KB

文件格式:ZIP

更新时间:2024-07-18 05:35:22

Python

用于 Google App Engine 的 Python Flask Restful API 骨架 使用在 Google App Engine 上构建 Python 应用程序的。 测试API $ curl http://127.0.0.1:8080/ > Hello World! $ curl http://127.0.0.1:8080/todo > { "tasks": [ { "description": "Milk, Cheese, Pizza, Fruit, Tylenol", "done": false, "id": 1, "title": "Buy groceries" }, { "description": "Need to find a good


【文件预览】:
flask-restful-api-appengine-master
----.gitignore(36B)
----requirements.txt(296B)
----server()
--------__init__.py(677B)
----appengine_config.py(268B)
----README.md(3KB)
----main.py(1005B)
----app.yaml(2KB)

网友评论