要求书 源码
要求书 一个评估FastApi的小应用 我选择使用FastAPI而不是Flask,因为我想尝试FastApi并使用schemathesis进行测试。 添加请求端点 这允许用户请求一本特定的书,并返回请求对象以及可以引用该书的ID。 确保电子邮件的格式正确,并且该标题存在于数据库的标题列表中。 这是目前固定的字典。 /request [POST] email {string}请求用户的电子邮件地址 title {string}所请求书的标题 返回带有以下内容的JSON响应: email {string}请求用户的电子邮件地址 title {string}所请求书的标题 id {string
文件列表
book-request-main.zip
(预估有个15文件)
book-request-main
.flake8
50B
.github
workflows
python-package.yml
1KB
requirements.txt
421B
README.md
1KB
tests
test_api.py
1KB
__init__.py
13B
暂无评论